rust-bitcoin/rust-bitcoinconsensus

move off of submodules

apoelstra opened this issue · 1 comments

Submodules are a confusing and incompletely-implemented hack, which don't even work with git itself, let alone any tooling designed to work with git.

This is the only project in the rust-bitcoin ecosystem that uses submodules. We should move away from them.

This was resolved by #51