-
Notifications
You must be signed in to change notification settings - Fork 46
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
chore: Avoid ingesting binary and unused data #241
Conversation
b420024
to
2cea402
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we want to drop drand_block_entries
? I thought that mapped blocks to the drand round number, which seems useful to keep. #204 doesn't mention deleting it.
2cea402
to
9299679
Compare
Thanks @iand I missed that in my read of the issue. I have reverted the removal of the |
- Remove the following tables: - public.drand_entries - Remove the Following columns: - public.block_headers ticket - public.block_headers election_proof - public.messages params - public.receipts return closes #204
9299679
to
411f7cd
Compare
* origin/master: fix: Remove hack to RestartOnFailure fix: Reorder migrations after merging latest master (#248) feat: add repo-read-only flag to enable read or write on lotus repo (#250) chore: Update CHANGELOG chore: Incl migration in CI test fix: Make ChainVis into basic views failure to get lock when ExitOnFailure is true now exits chore: remove redundant branch image push dont use branch name when tag is set remove negation use git tag in docker image Adds an option to exit on failure. (#202)
Yup looks fine assuming it works when ran. |
close #204