stacks-network / stacks-core

The Stacks blockchain implementation
https://docs.stacks.co
GNU General Public License v3.0
3.01k stars 671 forks source link

Fix/5115 #5121

Closed jcnelson closed 2 months ago

jcnelson commented 2 months ago

This fixes #5115, and also removes a spurious deadlock condition whereby the relayer and burnchain downloader can fight over the sortition DB (this arises due to the fact that we open a transaction on the sortition DB every time we open it, even though we almost never need to).

blockstack-devops commented 3 weeks ago

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.