stacks-network / stacks-core

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

Fix/5115 #5121

Closed jcnelson closed 1 month ago

jcnelson commented 1 month 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).