-
Notifications
You must be signed in to change notification settings - Fork 158
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: don't GC manifests #4959
base: main
Are you sure you want to change the base?
fix: don't GC manifests #4959
Conversation
Follow-up issue - create common helpers to use for migrations and also for DB operations. |
Let's hold off merging and releasing until the network upgrade on the mainnet (Nov 20th) to reduce chance of potential issues. |
Summary of changes
Changes introduced in this pull request:
Reference issue to close (if applicable)
Closes #4926
Other information and links
The actors are found fine after several GC rounds, so this is confirmed. Also, the migration now works as intended.
Manual testing:
Several GC runs prior to state migration:
There are of course other errors that have to do with modifying the state migration epoch, but no bundle retrieval issues, I have also tested this before the
persistent
fix and it failed miserably trying to retrieve those from the DB.Change checklist