Page MenuHomePhabricator

extrakeys: Init empty experimental module
ClosedPublic

Authored by deadalnix on Sep 29 2020, 10:19.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC3374da576f72: extrakeys: Init empty experimental module
Summary

This is to prepare for xonly_pubkeys and keypairs.

This is a partial backport of secp256k1 PR558 : https://github.com/bitcoin-core/secp256k1/pull/558/commits/47e6618e11813cfabe91f0909ca031f960cb7dd4

Test Plan
ninja check-secp256k1

And with the module on:

cmake -GNinja .. -DSECP256K1_ENABLE_MODULE_EXTRAKEYS=On
ninja check-secp256k1

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.

Fabien requested changes to this revision.Sep 29 2020, 10:24
Fabien added a subscriber: Fabien.
Fabien added inline comments.
src/secp256k1/configure.ac
485 ↗(On Diff #23957)

Your cherry-picked is incomplete

This revision now requires changes to proceed.Sep 29 2020, 10:24
src/secp256k1/configure.ac
485 ↗(On Diff #23957)

Holy crap, I did not pay attention to the autotool build. Fixing this right away.

Fabien added inline comments.
src/secp256k1/CMakeLists.txt
232 ↗(On Diff #23962)

Disable by default since it's marked as experimental (and is disbabled in the autotools build)

This revision is now accepted and ready to land.Sep 29 2020, 10:36
This revision was landed with ongoing or failed builds.Sep 29 2020, 10:42
This revision was automatically updated to reflect the committed changes.