1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-01-19 15:03:08 +00:00

process: Superseded-By ↦ Proposed-Replacement

sed -z -i 's/Superseded-By: /Proposed-Replacement: /' bip-0*.md
sed -z -i 's/Superseded-By: /Proposed-Replacement: /' bip-0*.mediawiki
This commit is contained in:
Murch 2025-04-11 18:17:21 -07:00
parent 66defbdc03
commit ff1f3b36f8
No known key found for this signature in database
GPG Key ID: 7BA035CA5B901713
8 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@
Status: Closed
Type: Process
Created: 2011-09-19
Superseded-By: 2
Proposed-Replacement: 2
</pre>
==What is a BIP?==

View File

@ -10,7 +10,7 @@
License: BSD-2-Clause
OPL
Replaces: 1
Superseded-By: 3
Proposed-Replacement: 3
</pre>
==Abstract==

View File

@ -9,7 +9,7 @@
Status: Closed
Type: Standards Track
Created: 2012-01-29
Superseded-By: 321
Proposed-Replacement: 321
</pre>
=Superseded by BIP 321=

View File

@ -9,7 +9,7 @@
Type: Informational
Created: 2018-10-05
License: CC0-1.0
Superseded-By: 78
Proposed-Replacement: 78
</pre>

View File

@ -9,7 +9,7 @@
Type: Standards Track
Created: 2016-03-23
License: PD
Superseded-By: 324
Proposed-Replacement: 324
</pre>
== Abstract ==

View File

@ -11,7 +11,7 @@
Created: 2017-03-20
License: BSD-2-Clause
Replaces: 142
Superseded-By: 350
Proposed-Replacement: 350
</pre>
==Introduction==

View File

@ -11,7 +11,7 @@
License: BSD-3-Clause
Post-History: 2023-01-09: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2023-January/021318.html [bitcoin-dev] OP_VAULT announcement
2023-03-01: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2023-March/021510.html [bitcoin-dev] BIP for OP_VAULT
Superseded-By: 443
Proposed-Replacement: 443
</pre>

View File

@ -35,7 +35,7 @@ my %MiscField = (
'Post-History' => undef,
'Replaces' => undef,
'Requires' => undef,
'Superseded-By' => undef,
'Proposed-Replacement' => undef,
);
my @FieldOrder = qw(
BIP