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

Drop fee tx hex once the fee is confirmed #258

Closed
jholdstock opened this issue May 18, 2021 · 1 comment
Closed

Drop fee tx hex once the fee is confirmed #258

jholdstock opened this issue May 18, 2021 · 1 comment
Milestone

Comments

@jholdstock
Copy link
Member

Fee tx hex makes up a huge amount of the database size. Once the fee tx is broadcast and has 6 confirmations, keeping the hex in the database is unnecessary so long as we keep the hash.

I propose a database migration to clear out any old fee tx hex which are no longer required, and a change to background.go which will ensure that any new fee tx hex are removed once they are confirmed.

@jholdstock jholdstock added this to the 1.1.0 milestone May 18, 2021
@jholdstock
Copy link
Member Author

Closed by #260

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant