-
Notifications
You must be signed in to change notification settings - Fork 298
Description
Hello, I'm unable to create a PR against non-existing branch, so I'm opening this as an issue.
I managed to implement version 0.15.6
in terms of using secp256k1-sys
. This is very useful because it avoids linking the C library twice, creating link errors. Such errors prevented me from building lnp-node
. It compiles fine when my change is used (tested via patch
in Cargo.toml
). CC @dr-orlovsky, you probably want to know about this. :)
All tests (except fuzztarget) for secp256k1
are passing of course. I guess fuzztarget
is something special used for fuzzing only, so it doesn't matter that it's not passing, right?
It'd be nice if you created a new branch (maybe without the -lazy-semver-trick
suffix) in your repo with my changes and published the 0.15.6
crate to crates.io. I created two commits expecting that it'll make code review easier, but feel free to squash it, if you want. (I wrote the commit message to be easy to modify. :))
See the description in Kixunil@10a33cc to understand what I mean by "lazy" :)
I hope you will find this helpful!