From 8b1108e79b0e7ce73641a280da82bb96a3037c04 Mon Sep 17 00:00:00 2001 From: Andrew Groot Date: Wed, 10 Mar 2021 16:50:44 -0500 Subject: [PATCH] Moving BIP-64 to an unimplemented directory to avoid confusion. --- home.md | 2 +- protocol/forks/{ => unimplemented}/bip-0064.md | 0 protocol/network/messages/version.md | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename protocol/forks/{ => unimplemented}/bip-0064.md (100%) diff --git a/home.md b/home.md index 011179a..a42aeef 100644 --- a/home.md +++ b/home.md @@ -31,7 +31,7 @@ Pay To Public Key (P2PK) — Pay To Public Key Hash (P2PKH) — Pay To Script Ha Secp256k1 — Public Key — Private Key — ECDSA Signatures — Schnorr Signatures — [Multisignature (M-of-N multisig)](/protocol/blockchain/cryptography/multisignature) ### Network upgrades -[Bip-16](/protocol/forks/bip-0016) — [Bip-34](/protocol/forks/bip-0034) — [Bip-37](/protocol/forks/bip-0037) — [Bip-64](/protocol/forks/bip-0064) — [Bip-65](/protocol/forks/bip-0065) — [Bip-66](/protocol/forks/bip-0066) — [Bip-68](/protocol/forks/bip-0068) — [Bip-112](/protocol/forks/bip-0112) — [Bip-113](/protocol/forks/bip-0113) — [Bip-157](/protocol/forks/bip-0157) — [Bip-158](/protocol/forks/bip-0158) — [Bip-159](/protocol/forks/bip-0159) — [BCH-UAHF (BUIP-55)](/protocol/forks/bch-uahf) — [HF-20171113](/protocol/forks/hf-20171113) — [HF-20180515](/protocol/forks/hf-20180515) — [HF-20181115](/protocol/forks/hf-20181115) — [HF-20190515](/protocol/forks/hf-20190515) — [HF-20191115](/protocol/forks/hf-20191115) +[Bip-16](/protocol/forks/bip-0016) — [Bip-34](/protocol/forks/bip-0034) — [Bip-37](/protocol/forks/bip-0037) — [Bip-65](/protocol/forks/bip-0065) — [Bip-66](/protocol/forks/bip-0066) — [Bip-68](/protocol/forks/bip-0068) — [Bip-112](/protocol/forks/bip-0112) — [Bip-113](/protocol/forks/bip-0113) — [Bip-157](/protocol/forks/bip-0157) — [Bip-158](/protocol/forks/bip-0158) — [Bip-159](/protocol/forks/bip-0159) — [BCH-UAHF (BUIP-55)](/protocol/forks/bch-uahf) — [HF-20171113](/protocol/forks/hf-20171113) — [HF-20180515](/protocol/forks/hf-20180515) — [HF-20181115](/protocol/forks/hf-20181115) — [HF-20190515](/protocol/forks/hf-20190515) — [HF-20191115](/protocol/forks/hf-20191115) ### Network protocol diff --git a/protocol/forks/bip-0064.md b/protocol/forks/unimplemented/bip-0064.md similarity index 100% rename from protocol/forks/bip-0064.md rename to protocol/forks/unimplemented/bip-0064.md diff --git a/protocol/network/messages/version.md b/protocol/network/messages/version.md index 07c7927..5bb8518 100644 --- a/protocol/network/messages/version.md +++ b/protocol/network/messages/version.md @@ -137,7 +137,7 @@ If this is turned off then the node will not service graphene requests nor make * 1: NODE_GETUTXO The node is capable of responding to the getutxo protocol request. -See [BIP 64](/protocol/forks/bip-0064) for details on how this is implemented. +See [BIP 64](/protocol/forks/unimplemented/bip-0064) for details on how this is implemented. _Was previously supported by Bitcoin XT only._ * 8: NODE_CF