From 22bfc676bd7712db89925cf9526ff6cc3db9834a Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Mon, 9 Jan 2023 11:39:36 +0100 Subject: [PATCH] docs: Bitcoin Core now supports miniscript inside wsh() --- docs/descriptors/README.md | 40 +++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/docs/descriptors/README.md b/docs/descriptors/README.md index 8a3b0cb524..bcce9f0466 100644 --- a/docs/descriptors/README.md +++ b/docs/descriptors/README.md @@ -51,17 +51,17 @@ Below are some tables to highlight the differences between Bitcoin Core's descri | -------- | --------------- | --------------- | ------------ | | `pk()` | ✓ | ✓ | ✓ | | `pkh()` | ✓ | ✓ | ✓ | -| `older()` | ✓ | ✓ | ✗ | -| `after()` | ✓ | ✓ | ✗ | -| `sha256()` | ✓ | ✓ | ✗ | -| `hash256()` | ✓ | ✓ | ✗ | -| `ripemd160()` | ✓ | ✓ | ✗ | -| `hash160()` | ✓ | ✓ | ✗ | -| `andor()` | ✓ | ✓ | ✗ | -| `and_{v,b,n}()` | ✓ | ✓ | ✗ | -| `or_{b,c,d,i}()` | ✓ | ✓ | ✗ | +| `older()` | ✓ | ✓ | ✓ | +| `after()` | ✓ | ✓ | ✓ | +| `sha256()` | ✓ | ✓ | ✓ | +| `hash256()` | ✓ | ✓ | ✓ | +| `ripemd160()` | ✓ | ✓ | ✓ | +| `hash160()` | ✓ | ✓ | ✓ | +| `andor()` | ✓ | ✓ | ✓ | +| `and_{v,b,n}()` | ✓ | ✓ | ✓ | +| `or_{b,c,d,i}()` | ✓ | ✓ | ✓ | | `multi()` | ✓ | ✓ | ✓ | -| `thresh()` | ✓ | ✓ | ✗ | +| `thresh()` | ✓ | ✓ | ✓ | | `sortedmulti()` | ✓ | ✓ | ✓ | @@ -72,16 +72,16 @@ Below are some tables to highlight the differences between Bitcoin Core's descri | Script Type | BDK | rust-miniscript | Bitcoin Core | | -------- | --------------- | --------------- | ------------ | -| `a:` | ✓ | ✓ | ✗ | -| `s:` | ✓ | ✓ | ✗ | -| `c:` | ✓ | ✓ | ✗ | -| `t:` | ✓ | ✓ | ✗ | -| `d:` | ✓ | ✓ | ✗ | -| `v:` | ✓ | ✓ | ✗ | -| `j:` | ✓ | ✓ | ✗ | -| `n:` | ✓ | ✓ | ✗ | -| `l:` | ✓ | ✓ | ✗ | -| `u:` | ✓ | ✓ | ✗ | +| `a:` | ✓ | ✓ | ✓ | +| `s:` | ✓ | ✓ | ✓ | +| `c:` | ✓ | ✓ | ✓ | +| `t:` | ✓ | ✓ | ✓ | +| `d:` | ✓ | ✓ | ✓ | +| `v:` | ✓ | ✓ | ✓ | +| `j:` | ✓ | ✓ | ✓ | +| `n:` | ✓ | ✓ | ✓ | +| `l:` | ✓ | ✓ | ✓ | +| `u:` | ✓ | ✓ | ✓ | -- 2.49.0