summaryrefslogtreecommitdiff
path: root/bip-0388.mediawiki
diff options
context:
space:
mode:
authorSalvatore Ingala <6681844+bigspider@users.noreply.github.com>2024-07-11 10:31:01 +0200
committerSalvatore Ingala <6681844+bigspider@users.noreply.github.com>2024-07-11 10:31:01 +0200
commit8c2f54d33beb3318f42032715bac5df7f0d61149 (patch)
tree387599dc162f1456b3b323ec659b93653aacfd46 /bip-0388.mediawiki
parent3fd971455a3fc3a49ca47ec7fdec58c358da33dd (diff)
downloadbips-8c2f54d33beb3318f42032715bac5df7f0d61149.tar.xz
Add references to the miniscript BIP-379
Diffstat (limited to 'bip-0388.mediawiki')
-rw-r--r--bip-0388.mediawiki4
1 files changed, 3 insertions, 1 deletions
diff --git a/bip-0388.mediawiki b/bip-0388.mediawiki
index 1fd6994..b417ac4 100644
--- a/bip-0388.mediawiki
+++ b/bip-0388.mediawiki
@@ -40,7 +40,7 @@ Moreover, other limitations like the limited size of the screen might affect wha
A more native, compact representation of the wallet receive and change addresses might also benefit the UX of software wallets when they use descriptors (possibly with miniscript) for representing complex locking conditions.
-We remark that wallet policies are not related to the ''policy'' language, a higher level language that can be compiled to miniscript.
+We remark that wallet policies are not related to the ''policy'' language, a higher level language that can be compiled to [[bip-0379.md|miniscript]].
=== Security, privacy and UX concerns for hardware signing devices ===
@@ -137,6 +137,8 @@ A ''wallet descriptor template'' is a <tt>SCRIPT</tt> expression.
* <tt>tr(KP)</tt> or <tt>tr(KP,TREE)</tt> (top level only): P2TR output with the specified key as internal key, and optionally a tree of script paths.
* any valid miniscript template (inside <tt>wsh</tt> or <tt>tr</tt> only).
+See [[bip-0379.md|BIP-379]] for a precise specification of all the valid miniscript <tt>SCRIPT</tt> expressions.
+
<tt>TREE</tt> expressions:
* any <tt>SCRIPT</tt> expression
* An open brace <tt>{</tt>, a <tt>TREE</tt> expression, a comma <tt>,</tt>, a <tt>TREE</tt> expression, and a closing brace <tt>}</tt>