-
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Since #54 the build script switches from libsecp256k1-zkp
to vanilla libsecp256k1
(and matching the commit used by Bitcoin Core). This uses libwally-core's --enable-standard-secp
configure flag (introduced in ElementsProject/libwally-core#301).
The problem is that this switch leaves the libwally-core submodule dirty.
One possible solution would be to patch libwally-core to use libsecp256k1 from a custom directory. In that case we could include it directly as a submodule in libwally-swift and ignore libwally-core's libsecp256k1-zkp
submodule.
Not sure how involved this is, cc @jgriffiths.
Perhaps there's another approach that doesn't require an upstream change. The script could do some magic with symlinks, but meh...
Metadata
Metadata
Assignees
Labels
No labels