Issue Details

Number
28536
Title
BIP352 tracking issue
Description
This issue will be updated to reflect the current state of [BIP352](https://github.com/bitcoin/bips/blob/master/bip-0352.mediawiki) integration. PRs ready for review: * https://github.com/bitcoin-core/secp256k1/pull/1519 Overall plan: * Pre-work / Refactors - [x] https://github.com/bitcoin/bitcoin/pull/28244 - [x] https://github.com/bitcoin/bitcoin/pull/28246 - [x] https://github.com/bitcoin/bitcoin/pull/25273 - [x] https://github.com/bitcoin/bitcoin/pull/28560 - [x] https://github.com/bitcoin/bitcoin/pull/30047 - [x] https://github.com/bitcoin/bitcoin/pull/30048 - [x] https://github.com/bitcoin/bitcoin/pull/30050 - [x] https://github.com/bitcoin/bitcoin/pull/30051 * 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: https://github.com/bitcoin/bitcoin/pull/28122 - [ ] Sending: https://github.com/bitcoin/bitcoin/pull/28201 - [ ] Receiving: (not started) * Light client support: - [ ] Index for silent payment tweaks (depends on 28122): https://github.com/bitcoin/bitcoin/pull/28241 - [ ] New BIP157 filter type for tweak data (not started) - [ ] Serve new filter type (not started) <details> <summary>Older stuff</summary> <ul> <li>Closed / Superseded: <ul> <li>Tracking PR (superseded by this issue): #27827</li> <li>Receiving (superseded by 28453): #28202</li> <li>Original draft implementation: #24897</li> <li>Original libsecp256k1 module (superseded by 1519): bitcoin-core/secp256k1/pull/1471</li> <li> Original receiving PR: https://github.com/bitcoin/bitcoin/pull/28453</li> </ul> </li> </ul> </details>
URL
https://github.com/bitcoin/bitcoin/issue/28536
Closed by
Back to List