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 Status: Closed
Type: Process Type: Process
Created: 2011-09-19 Created: 2011-09-19
Superseded-By: 2 Proposed-Replacement: 2
</pre> </pre>
==What is a BIP?== ==What is a BIP?==

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -11,7 +11,7 @@
License: BSD-3-Clause 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 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 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> </pre>

View File

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