Closed jferrant closed 2 months ago
I think this is a dup of this? https://github.com/stacks-network/stacks-core/pull/5152 Can you try it on your end to see if it works?
I think this is a dup of this? #5152 Can you try it on your end to see if it works?
YOu are definitely right. I knew I had heard you mention something about this!
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
This was causing issues in the inventory sync of various nodes. They would be checking the sql database for the number of slots expected which would contain empty / stale slots from prior reward cycles causing them to reject the inbound stackerdb messages. This just deletes these unused slots on creation/reconfiguration.
EDIT: FIXING TESTS