This issue will be updated to reflect the current state of BIP352 integration.
PRs ready for review:
Overall plan:
-
Pre-work / Refactors
-
Send and receive support in the Bitcoin Core wallet:
- libsecp module (cryptographic portion of the protocol: https://github.com/bitcoin-core/secp256k1/pull/1698
- Base protocol: #28122
- Sending: #28201
- Receiving: #32966
-
Light client support:
- Index for silent payment tweaks (depends on 28122): #28241
- New BIP157 filter type for tweak data (not started)
- Serve new filter type (not started)