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
Copy file name to clipboardExpand all lines: doc/bips.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,8 @@ BIPs that are implemented by Bitcoin Core (up-to-date up to **v23.0**):
56
56
Validation rules for Taproot (including Schnorr signatures and Tapscript
57
57
leaves) are implemented as of **v0.21.0** ([PR 19953](https://github.com/bitcoin/bitcoin/pull/19953)),
58
58
with mainnet activation as of **v0.21.1** ([PR 21377](https://github.com/bitcoin/bitcoin/pull/21377),
always active as of **v24.0** ([PR 23536](https://github.com/bitcoin/bitcoin/pull/23536)).
60
61
*[`BIP 350`](https://github.com/bitcoin/bips/blob/master/bip-0350.mediawiki): Addresses for native v1+ segregated Witness outputs use Bech32m instead of Bech32 as of **v22.0** ([PR 20861](https://github.com/bitcoin/bitcoin/pull/20861)).
{RPCResult::Type::STR, "type", "one of \"buried\", \"bip9\""},
1273
1286
{RPCResult::Type::NUM, "height", /*optional=*/true, "height of the first block which the rules are or will be enforced (only for \"buried\" type, or \"bip9\" type with \"active\" status)"},
1274
1287
{RPCResult::Type::BOOL, "active", "true if the rules are enforced for the mempool and the next block"},
1288
+
{RPCResult::Type::OBJ, "buried", /*optional=*/true, "status of buried softforks (only for \"buried\" type)",
1289
+
{
1290
+
{RPCResult::Type::ARR, "exceptions", /*optional=*/true, "blocks exempted from this rule",
1291
+
{
1292
+
{RPCResult::Type::STR_HEX, "hash", "block hash"},
1293
+
}},
1294
+
}},
1275
1295
{RPCResult::Type::OBJ, "bip9", /*optional=*/true, "status of bip9 softforks (only for \"bip9\" type)",
1276
1296
{
1277
1297
{RPCResult::Type::NUM, "bit", /*optional=*/true, "the bit (0-28) in the block version field used to signal this softfork (only for \"started\" and \"locked_in\" status)"},
0 commit comments