1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-03-09 15:53:54 +00:00
Commit Graph

29 Commits

Author SHA1 Message Date
Murch
5207ef92a5 process: Author ↦ Authors
```
sed -z -i 's/Author: /Authors: /' bip-0*.md
sed -z -i 's/Author: /Authors: /' bip-0*.mediawiki
```

Also align correctly in case of multiple authors.
2026-01-12 14:29:00 -08:00
Murch
59730dec4f process: Remove Comments-URI and -Summary
```
sed -i '0,/Comments-Summary/{/Comments-Summary/d}' bip-0*md
sed -i '0,/Comments-Summary/{/Comments-Summary/d}' bip-0*mediawiki
sed -i '0,/Comments-URI/{/Comments-URI/d}' bip-0*md
sed -i '0,/Comments-URI/{/Comments-URI/d}' bip-0*mediawiki
```

Then reset the BIPs with non-empty comment wikis:

- bip-0037.mediawiki
- bip-0038.mediawiki
- bip-0039.mediawiki
- bip-0042.mediawiki
- bip-0044.mediawiki
- bip-0047.mediawiki
- bip-0049.mediawiki
- bip-0060.mediawiki
- bip-0061.mediawiki
- bip-0074.mediawiki
- bip-0075.mediawiki
- bip-0077.md
- bip-0084.mediawiki
- bip-0090.mediawiki
- bip-0118.mediawiki
- bip-0125.mediawiki
- bip-0150.mediawiki
- bip-0151.mediawiki
- bip-0152.mediawiki
- bip-0171.mediawiki
- bip-0172.mediawiki
- bip-0173.mediawiki
- bip-0174.mediawiki
- bip-0176.mediawiki
- bip-0178.mediawiki
- bip-0199.mediawiki
- bip-0322.mediawiki
- bip-0340.mediawiki
- bip-0341.mediawiki
2026-01-12 14:28:37 -08:00
Murch
01352f7f40 process: Post-History ↦ Discussion
Also line up with additional items in the lines below.

```
sed -i -z 's/  Post-History: /  Discussion:   /' bip-0*.md
sed -i -z 's/  Post-History: /  Discussion:   /' bip-0*.mediawiki
```
2026-01-12 14:28:06 -08:00
Murch
a233bde4af process: Standards Track ↦ Specification
```
sed -z -i 's/Type: Standards Track/Type: Specification/' bip-0*.md
sed -z -i 's/Type: Standards Track/Type: Specification/' bip-0*.mediawiki
```

After the scripted changes, the changes to BIP-40, BIP-41, and BIP-63
were undone, because it breaks CI.

These three BIPs only exist conceptually and their proposal documents
are missing which causes changes to them ot break the CI. I defer the
changes to these BIPs to a separate pull request to get CI to pass.
2026-01-12 14:22:40 -08:00
Jon Atack
468e9759ba spelling: globally change "implementor" to "implementer"
Although the variant "implementor" predominated for much of the late 20th
century, today "implementer" is considered standard, and the former spelling
triggers the typos spelling checker.
2025-02-13 11:56:17 -06:00
Jose Storopoli
b6bf97ba9e bip-46: fix typo 2024-08-07 19:02:39 -03:00
michael1011
f1a5c71094 BIP46 clarify witness 2024-07-21 18:32:51 +02:00
theborakompanioni
4f788d69f5 docs(bip-0046): add endpoint signing example 2024-07-08 12:25:37 +02:00
theborakompanioni
b916adebae docs(bip-0046): add cert format and clarify expiry param 2024-07-08 11:01:26 +02:00
theborakompanioni
0cdb745ee0 docs(bip-0046): apply minor wording improvement suggestions
by @AdamISZ
2024-07-08 10:48:53 +02:00
theborakompanioni
0f1eba2a60 docs(bip-0046): add test certificate for the 960th timelocked address 2024-06-20 17:29:37 +02:00
theborakompanioni
b7a5f9ce60 docs(bip-0046): apply minor wording improvement suggestions
by @murchandamus
2024-06-19 14:06:41 +02:00
theborakompanioni
8f0962a1ba chore(bip-0046): remove superfluous newline 2024-06-07 12:05:20 +02:00
theborakompanioni
821fb900f8 chore(bip-0046): less ambiguous message prefix style
by @AdamISZ
2024-06-07 12:04:30 +02:00
theborakompanioni
0a12bf8572 docs(bip-0046): apply minor wording improvement suggestions
by @AdamISZ
2024-06-06 14:20:22 +02:00
theborakompanioni
2bc326e6af docs(bip-0046): add Rationale section 2024-05-27 10:33:48 +02:00
theborakompanioni
25361d28ed chore(bip-0046): add tbk to Author header 2024-05-27 10:33:17 +02:00
theborakompanioni
a6f1cf3e0d chore(bip-0046): improve timelock point in time explanation 2024-05-27 10:25:14 +02:00
theborakompanioni
722a388ae3 chore(bip-0046): fix date format in Post-History header 2024-05-27 10:13:28 +02:00
theborakompanioni
0b353bc7db docs(bip-0046): add Backwards Compatibility section 2024-05-27 10:10:22 +02:00
theborakompanioni
f9d370d3da chore(bip-0046): scriptPubKey -> witness programm 2024-05-23 15:52:46 +02:00
theborakompanioni
00c7d0b815 fix(bip-0046): change license from Public Domain to CC0-1.0 2024-05-23 15:48:23 +02:00
theborakompanioni
164412d08b docs(bip-0046): add Copyright section 2024-05-23 14:30:48 +02:00
theborakompanioni
5209a28c1a docs(bip-0046): add Comments-URI header 2024-05-23 14:27:20 +02:00
theborakompanioni
57f1fe3f4b chore(bip-0046): remove (optional) Comments-Summary header 2024-05-23 14:24:42 +02:00
theborakompanioni
03a679958a docs(bip-0046): change title to 'Address Scheme for Timelocked Fidelity Bonds' 2024-05-23 14:23:44 +02:00
theborakompanioni
64f93a239d chore(bip-0046): fix typos and grammar 2024-05-23 14:23:07 +02:00
theborakompanioni
8e109f98de docs(bip-0046): add bip number to header section 2024-05-23 14:18:08 +02:00
theborakompanioni
05e2c0c12f chore(bip-0046): rename bip-fidelity-bonds to bip-0046 2024-05-23 14:16:38 +02:00