Closed tcharding closed 9 months ago
Not sure what to make of the build failures, cargo build
works for me locally. Its failing when building secp, that led me to read the build.rs
in secp and that is where the additional include
came from. Any ideas @apoelstra? One thing that stands out is SECP256K1_API
vs SECP256K1_BUILD
(secp, bitcoinconsensus respectively).
EDIT: Silly me, its cargo test
that is failing not cargo build
Oh yeah, fixed it!
I've got the release branch on my machine at home, I'll be back there in an hour to rebase it and push it up.
Let me know please if you didn't want that merged for some reason.
Run the vendoring script:
./contrib/vendor-bitcoin-core.sh v24.2
Also, patch the
build.rs
file to add: