From 04161ae9f0dc2edff0b692f6071f3ba519eda8b3 Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Mon, 28 Oct 2024 09:27:13 -0400 Subject: [PATCH] ui: use emojis for yes/no on descriptors page --- docs/descriptors/README.md | 78 +++++++++++++++++++------------------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/docs/descriptors/README.md b/docs/descriptors/README.md index 4f9f3f8ded..e3a6402f74 100644 --- a/docs/descriptors/README.md +++ b/docs/descriptors/README.md @@ -17,9 +17,9 @@ Below are some tables to highlight the differences between Bitcoin Core's descri | Key Type | BDK | rust-miniscript | Bitcoin Core | | -------- | --------------- | --------------- | ------------ | -| Hex PublicKey | ✓ | ✓ | ✓ | -| WIF PrivateKey | ✓ | ✗ | ✓ | -| Extended Keys (xpub/xprv) | ✓ | ✗ | ✓ | +| Hex PublicKey | ✅ | ✅ | ✅ | +| WIF PrivateKey | ✅ | ❌ | ✅ | +| Extended Keys (xpub/xprv) | ✅ | ❌ | ✅ | @@ -29,18 +29,18 @@ Below are some tables to highlight the differences between Bitcoin Core's descri | Script Type | BDK | rust-miniscript | Bitcoin Core | | -------- | --------------- | --------------- | ------------ | -| `pk()` | ✓ | ✓ | ✓ | -| `pkh()` | ✓ | ✓ | ✓ | -| `wpkh()` | ✓ | ✓ | ✓ | -| `tr()` | ✓ | ✓ | ✓ | -| `sh(wpkh())` | ✓ | ✓ | ✓ | -| `sh()` | ✓ | ✓ | ✓ | -| `wsh()` | ✓ | ✓ | ✓ | -| `sh(wsh())` | ✓ | ✓ | ✓ | -| `combo()` | ✗ | ✗ | ✓ | -| `addr()` | ✗ | ✗ | ✓ | -| `raw()` | ✗ | ✗ | ✓ | -| Bare scripts | ✓ | ✓ | ✗ | +| `pk()` | ✅ | ✅ | ✅ | +| `pkh()` | ✅ | ✅ | ✅ | +| `wpkh()` | ✅ | ✅ | ✅ | +| `tr()` | ✅ | ✅ | ✅ | +| `sh(wpkh())` | ✅ | ✅ | ✅ | +| `sh()` | ✅ | ✅ | ✅ | +| `wsh()` | ✅ | ✅ | ✅ | +| `sh(wsh())` | ✅ | ✅ | ✅ | +| `combo()` | ❌ | ❌ | ✅ | +| `addr()` | ❌ | ❌ | ✅ | +| `raw()` | ❌ | ❌ | ✅ | +| Bare scripts | ✅ | ✅ | ❌ | @@ -50,20 +50,20 @@ Below are some tables to highlight the differences between Bitcoin Core's descri | Operator | BDK | rust-miniscript | Bitcoin Core | | -------- | --------------- | --------------- | ------------ | -| `pk()` | ✓ | ✓ | ✓ | -| `pkh()` | ✓ | ✓ | ✓ | -| `older()` | ✓ | ✓ | ✓ | -| `after()` | ✓ | ✓ | ✓ | -| `sha256()` | ✓ | ✓ | ✓ | -| `hash256()` | ✓ | ✓ | ✓ | -| `ripemd160()` | ✓ | ✓ | ✓ | -| `hash160()` | ✓ | ✓ | ✓ | -| `andor()` | ✓ | ✓ | ✓ | -| `and_{v,b,n}()` | ✓ | ✓ | ✓ | -| `or_{b,c,d,i}()` | ✓ | ✓ | ✓ | -| `multi()` | ✓ | ✓ | ✓ | -| `thresh()` | ✓ | ✓ | ✓ | -| `sortedmulti()` | ✓ | ✓ | ✓ | +| `pk()` | ✅ | ✅ | ✅ | +| `pkh()` | ✅ | ✅ | ✅ | +| `older()` | ✅ | ✅ | ✅ | +| `after()` | ✅ | ✅ | ✅ | +| `sha256()` | ✅ | ✅ | ✅ | +| `hash256()` | ✅ | ✅ | ✅ | +| `ripemd160()` | ✅ | ✅ | ✅ | +| `hash160()` | ✅ | ✅ | ✅ | +| `andor()` | ✅ | ✅ | ✅ | +| `and_{v,b,n}()` | ✅ | ✅ | ✅ | +| `or_{b,c,d,i}()` | ✅ | ✅ | ✅ | +| `multi()` | ✅ | ✅ | ✅ | +| `thresh()` | ✅ | ✅ | ✅ | +| `sortedmulti()` | ✅ | ✅ | ✅ | @@ -73,16 +73,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:` | ✅ | ✅ | ✅ |