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

Remove confirmed fee tx hex. #260

Merged
merged 1 commit into from May 20, 2021
Merged

Commits on May 18, 2021

  1. Remove confirmed fee tx hex.

    This PR introduces a database migration which deletes any raw fee transactions which remain in the database after already having been confirmed on-chain. There is no need to keep these, and they take up a lot of space.
    
    There is also a change in the background handler to ensure that in future, tx hex is always removed from the database when the tx is confirmed.
    jholdstock committed May 18, 2021
    Copy the full SHA
    ed274b9 View commit details
    Browse the repository at this point in the history