mempool / electrs

An efficient re-implementation of Electrum Server in Rust
MIT License
74 stars 35 forks source link

Fix: Match the deadlock solution with blockstream #30

Closed junderw closed 1 year ago

junderw commented 1 year ago

Matching the fix to Blockstream/electrs PR 58

My PR was slightly modified before merging.

It doesn't really matter, but if we want to have more ease merging upstream changes in the future we might as well match them.

wiz commented 1 year ago

Hmm, is the project still active? Looks like the only commits in the past few months were cherry-picked from our repo, so they seem more downstream now. Anyway as we're going to slowly migrate the mempool functionality into electrs the forks will only further diverge over time so not sure if this is a huge concern - as @softsimon would say, the blockstream/electrs software is "done" :P