mimblewimble / rust-secp256k1-zkp

ZKP fork for rust-secp256k1, adds wrappers for range proofs, pedersen commitments, etc
Creative Commons Zero v1.0 Universal
56 stars 51 forks source link

update the secp submodule to master #4

Closed antiochp closed 6 years ago

antiochp commented 6 years ago

github submodule diff is very confusing...

This is the actual diff -

--- a/depend/secp256k1-zkp
+++ b/depend/secp256k1-zkp
@@ -1 +1 @@
-Subproject commit a5c901d294cd853d2cc00eb5ace94d813a874fce
+Subproject commit 4beaf7005084dd67497f947c72e9c5e2ab9e37a3
antiochp commented 6 years ago

@ignopeverell - quick PR to update the submodule to latest on master in secp256k1-zkp

greysteil commented 6 years ago

Would you be up for automatically creating PRs for submodule updates? I just added that functionality to Dependabot, and it's free for open source.