Closed Sjors closed 2 years ago
Bump commit if https://github.com/bitcoin/bitcoin/pull/23383 lands.
Rebased now that libwally-core 0.8.5 is out. Also bumped to the latest commit that Bitcoin Core uses.
One downside of this approach is that it leaves the libwally-core submodule dirty after each build. @jurvis thoughts?
@Sjors no strong opinion either way 😄
Libwally includes libsecp256k1-zkp as a submodule, because it has support for cryptographic functions used in Elements.
This PR swaps out the submodule with vanilla libsecp256k1 which is used by Bitcoin Core. It also uses the same version.