From: Antoine Poinsot Date: Mon, 9 Jan 2023 10:39:36 +0000 (+0100) Subject: docs: Bitcoin Core now supports miniscript inside wsh() X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.SegwitCodeLengthError.html?a=commitdiff_plain;h=22bfc676bd7712db89925cf9526ff6cc3db9834a;p=bitcoindevkit.org docs: Bitcoin Core now supports miniscript inside wsh() --- 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:` | ✓ | ✓ | ✓ |