You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
schema: update schema to remove bip86 and add mnemonic to expose secret
This schema change updates newaddr to remove bip86 which was previously added, since don't want to make unnecessary schema changes this is being removed.
The generated files for the exposesecret schema change are also being added
Copy file name to clipboardExpand all lines: contrib/msggen/msggen/schema.json
+2-15Lines changed: 2 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -27135,13 +27135,12 @@
27135
27135
"addresstype": {
27136
27136
"type": "string",
27137
27137
"description": [
27138
-
"It specifies the type of address wanted; currently *bech32* (e.g. `tb1qu9j4lg5f9rgjyfhvfd905vw46eg39czmktxqgg` on bitcoin testnet or `bc1qwqdg6squsna38e46795at95yu9atm8azzmyvckulcc7kytlcckxswvvzej` on bitcoin mainnet), *p2tr* taproot addresses, or *bip86* for BIP86-derived taproot addresses. The special value *all* generates all known address types for the same underlying key."
27138
+
"It specifies the type of address wanted; currently *bech32* (e.g. `tb1qu9j4lg5f9rgjyfhvfd905vw46eg39czmktxqgg` on bitcoin testnet or `bc1qwqdg6squsna38e46795at95yu9atm8azzmyvckulcc7kytlcckxswvvzej` on bitcoin mainnet), or *p2tr* taproot addresses. The special value *all* generates all known address types for the same underlying key."
27139
27139
],
27140
27140
"default": "*bech32* address",
27141
27141
"enum": [
27142
27142
"bech32",
27143
27143
"p2tr",
27144
-
"bip86",
27145
27144
"all"
27146
27145
]
27147
27146
}
@@ -27155,7 +27154,7 @@
27155
27154
"added": "v23.08",
27156
27155
"type": "string",
27157
27156
"description": [
27158
-
"The taproot address (returned for both 'p2tr' and 'bip86' addresstype)."
Copy file name to clipboardExpand all lines: doc/schemas/newaddr.json
+2-15Lines changed: 2 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,12 @@
17
17
"addresstype": {
18
18
"type": "string",
19
19
"description": [
20
-
"It specifies the type of address wanted; currently *bech32* (e.g. `tb1qu9j4lg5f9rgjyfhvfd905vw46eg39czmktxqgg` on bitcoin testnet or `bc1qwqdg6squsna38e46795at95yu9atm8azzmyvckulcc7kytlcckxswvvzej` on bitcoin mainnet), *p2tr* taproot addresses, or *bip86* for BIP86-derived taproot addresses. The special value *all* generates all known address types for the same underlying key."
20
+
"It specifies the type of address wanted; currently *bech32* (e.g. `tb1qu9j4lg5f9rgjyfhvfd905vw46eg39czmktxqgg` on bitcoin testnet or `bc1qwqdg6squsna38e46795at95yu9atm8azzmyvckulcc7kytlcckxswvvzej` on bitcoin mainnet), or *p2tr* taproot addresses. The special value *all* generates all known address types for the same underlying key."
21
21
],
22
22
"default": "*bech32* address",
23
23
"enum": [
24
24
"bech32",
25
25
"p2tr",
26
-
"bip86",
27
26
"all"
28
27
]
29
28
}
@@ -37,7 +36,7 @@
37
36
"added": "v23.08",
38
37
"type": "string",
39
38
"description": [
40
-
"The taproot address (returned for both 'p2tr' and 'bip86' addresstype)."
0 commit comments