From 3a13d60ff202b94b9e02e7c58d6a7e87a94f3899 Mon Sep 17 00:00:00 2001 From: Kanan <93033289+kriss39@users.noreply.github.com> Date: Tue, 15 Sep 2026 02:56:36 +0400 Subject: [PATCH] bips 89/114/441: add missing Footnotes and references tag (#2289) * bip-89, bip-114, bip-441: add missing tag These three BIPs use footnotes but never place a tag, so GitHub's mediawiki renderer drops the footnote text entirely and the [n] superscripts link to anchors that do not exist. Add a Footnotes section as well, so the notes are rendered. --------- Co-authored-by: Kanan M --- bip-0089.mediawiki | 4 ++++ bip-0114.mediawiki | 4 ++++ bip-0441.mediawiki | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/bip-0089.mediawiki b/bip-0089.mediawiki index ac81d8dc..7d0045e2 100644 --- a/bip-0089.mediawiki +++ b/bip-0089.mediawiki @@ -399,6 +399,10 @@ You may also find example code of CCD in action [https://github.com/jurvis/chain * '''0.1.1''' (2025-11-30): Fix acknowledgments spelling, BIP3 formatting, and use "Chain Code" with a space throughout. * '''0.1.0''' (2025-10-14): Publication of draft BIP +== Footnotes == + + + == Acknowledgements == * Arik Sosman and Wilmer Paulino for the initial discussions and validation of this idea. * Sanket Kajalkar, Jordan Mecom, Gregory Sanders, ZmnSCPxj, Yuval Kogman, and John Cantrell for code and design review. diff --git a/bip-0114.mediawiki b/bip-0114.mediawiki index 9c9dee0b..c3442389 100644 --- a/bip-0114.mediawiki +++ b/bip-0114.mediawiki @@ -374,5 +374,9 @@ uint256 ComputeMerkleRootFromBranch(const uint256& leaf, const std::vector + == Copyright == This document is placed in the public domain. diff --git a/bip-0441.mediawiki b/bip-0441.mediawiki index 18e18ae4..bb97c3a5 100644 --- a/bip-0441.mediawiki +++ b/bip-0441.mediawiki @@ -653,6 +653,10 @@ Work in progress: * 0.2.0: 2025-02-21: change costs to match those in varops budget * 0.1.0: 2025-09-27: first public posting +==Footnotes== + + + ==Thanks== This BIP would not exist without the thoughtful contributions of coders who