#574 and its PR #602 allowed us to introduce shared modules into bitcoin_core_sv2, which reduces code duplication
however, as I work on #268 and #441 I'm noticing that there's still things to improve here
ultimately we should have a crate module structure that's easy and intuitive to navigate and maintain, but we're not there yet
#574 and its PR #602 allowed us to introduce shared modules into
bitcoin_core_sv2, which reduces code duplicationhowever, as I work on #268 and #441 I'm noticing that there's still things to improve here
ultimately we should have a crate module structure that's easy and intuitive to navigate and maintain, but we're not there yet