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:
- Implement silent payments as a
libsecp
module: https://github.com/bitcoin-core/secp256k1/pull/1519 - Base protocol: #28122
- Sending: #28201
- Receiving: (not started)
- Implement silent payments as a
-
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)