1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-06-29 17:39:57 +00:00

BIP392: Silent Payment Output Script Descriptors (#2047)

* Add sp() output descriptor format for BIP352 Silent Payments

* Update headers and remove space after comma in descriptors

* Add label ranges with examples

* Update with assigned number and adjust preamble for BIP3

* BIP392: Add table entry to README

* Add two argument key expression form and remove birthday and label arguments

* Add BIP392 sp() descriptor to BIP380 script expressions table

* Add sp() descriptor to BIP390 allowed expressions and add musig() example to BIP392

* Add changelog and version header to BIP390
This commit is contained in:
craigraw
2026-03-05 18:02:52 +02:00
committed by GitHub
parent b3ab91fa46
commit 41f9957630
4 changed files with 132 additions and 2 deletions

View File

@@ -334,4 +334,7 @@ This Table lists all available Script expressions and the BIPs specifying them.
|-
| <tt>musig(KEY, KEY, ..., KEY)</tt>
| [[bip-0390.mediawiki|390]]
|-
| <tt>sp(KEY)</tt>, <tt>sp(KEY, KEY)</tt>
| [[bip-0392.mediawiki|392]]
|}