1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-02-25 07:48:05 +01:00
Commit graph

3609 commits

Author SHA1 Message Date
Jon Atack
078b72eefe
Merge pull request #1562 from murchandamus/2024-04-markdown-clarification
Clarify permitted status of markdown
2024-04-22 09:17:53 -07:00
Jon Atack
785077d57b
Merge pull request #1521 from fakefraud/patch-1
BIP-10: typo fix
2024-04-22 09:15:44 -07:00
Jon Atack
b59384d868
Merge pull request #608 from philsmd/patch-1
bip38 typo: specifid -> specified
2024-04-22 09:15:03 -07:00
Jason Dreyzehner
ee0a17ef08
feat: add TypeScript BIP39 implementation 2024-04-15 17:12:02 -04:00
Chris Stewart
4a937e1887 Fix typo in BIP384 expected descriptors 2024-04-06 09:26:59 -05:00
Murch
0092a4318f
Clarify permitted status of markdown
Originally BIP-2 disallowed markdown, but markdown formatting was
permitted via #1504.
2024-04-04 16:27:56 -04:00
Chris Stewart
8a9e574414 Fix unsatisfiable test vector in BIP381 2024-04-03 15:00:42 -05:00
Chris Stewart
8795003831 Fix unsatisfiable test vector in BIP382 2024-04-03 10:02:10 -05:00
Chris Stewart
109811e4b9 Fix BIP380 typos 2024-04-01 13:33:48 -05:00
Pavol Rusnak
0278bf3d71
BIP-0044: mark as Final 2024-03-18 23:48:44 +01:00
Pavol Rusnak
5658236e6c
BIP-00{43,49,84}: move to Standards Track 2024-03-18 23:48:22 +01:00
siv2r
ddf5b25fc7 bip327: fix broken links 2024-02-26 17:14:18 +05:30
Luke Dashjr
79c1ec02a7 README: Update for Google Groups ML 2024-02-23 23:04:31 +00:00
Luke Dashjr
55ec890fca Update for Google Groups ML 2024-02-23 23:03:27 +00:00
Luke Dashjr
b3701faef2 README: Update table 2024-02-23 20:21:08 +00:00
Luke Dashjr
95ad106286
Merge pull request #1421 from jamesob/jamesob-23-02-opvault
Add OP_VAULT (BIP 345)
2024-02-23 15:17:53 -05:00
James O'Beirne
eccf3db139 BIP-0345: add copyright 2024-02-23 15:15:32 -05:00
2014
1818752171
Update bip-0039-wordlists.md
typos, grammar, clarity
2024-01-29 23:45:16 +02:00
James O'Beirne
de9ef59307 fixup! remove unused diagram 2024-01-03 16:12:29 -05:00
James O'Beirne
327025b369 fixup! misc. feedback from AJ and twhit223 2024-01-03 16:11:50 -05:00
James O'Beirne
c2cec65937 fixup! rename n-pushes -> push-count 2024-01-03 15:33:50 -05:00
momodaka
3671465ce6 Update BIP-380: fix typo
revert: fix
2023-12-27 09:38:41 +08:00
Luke Dashjr
deae64bfd3
Merge pull request #1523 from vehorny/patch-3
BIP-12: typo fix
2023-12-26 14:35:32 -05:00
Luke Dashjr
7526e2b531
Merge pull request #1532 from yannickseurin/BIP-380
BIP-380: correct fingerprint for invalid hardened indicators examples
2023-12-26 14:23:40 -05:00
kallewoof
9c57fac1a7
Merge pull request #1504 from achow101/allow-markdown
bip 2: allow markdown
2023-12-18 15:14:09 +09:00
Alexander Nemish
b434f1813c
Update bip-0085.mediawiki
Fix doublicated word
2023-12-15 11:00:10 +01:00
kallewoof
9692c70ead
Merge pull request #1527 from achow101/update-contact-info
Update contact info for achow101
2023-12-14 12:41:30 +09:00
Ava Chow
a28b021b99 Update contact info for achow101 2023-12-13 11:12:08 -05:00
Yannick Seurin
c595d7c517 correct fingerprint for invalid hardened indicators 2023-12-08 15:34:36 +01:00
Vehorny
6f288f0f68
Update bip-0012.mediawiki 2023-12-07 02:17:00 +01:00
Vehorny
682fd8bc58
Update bip-0060.mediawiki 2023-12-07 02:13:58 +01:00
Vehorny
3732ac478b
Update bip-0010.mediawiki 2023-12-07 02:12:27 +01:00
Coco_Ardo
44794188ec
Update bip-0042.mediawiki spelling
Bitcoin the network is written with a capital B. The unit is writting with small b.
2023-10-20 20:51:06 +02:00
GoodDaisy
6fd7de46b7 Fix typos 2023-10-13 09:05:19 +08:00
Andrew Chow
1a629a4961 bip 2: allow markdown 2023-10-10 21:59:08 -04:00
James O'Beirne
eb3fb727c3 BIP-0345: restrict trigger output to v1 witness
Co-authored-by: Antoine Poinsot <darosior@protonmail.com>
2023-10-09 14:09:01 -04:00
James O'Beirne
014b832e07 BIP-345: add sigops cost of 60 2023-09-29 09:19:15 -04:00
kallewoof
e918b50731
Merge pull request #1498 from real-or-random/202309-0324-garbauth
bip324: Remove garbage authentication packet (breaking change)
2023-09-29 16:19:23 +09:00
Tim Ruffing
75dc363d20 bip324: Remove garbage authentication packet (breaking change)
by merging it with the version packet. Or more accurately, by merging
it with the first packet sent after garbage termination, which may be
a decoy packet or the version packet.

The new protocol simplifies implementations:
 - A protocol state machine won't need separate states for garbage
   authentication and version phases.
 - The special case of "ignoring the ignore bit" is removed.
 - The freedom to choose the contents of the garbage authentication
   packet is removed. This simplifies testing.

The reason for having a separate garbage authentication packet was
to materialize the separation of the key exchange phase and version
negotiation phase even in the bytestream on the wire. However, this
is not necessary, and arguably, these phases are still properly
separated: Since the AEAD will ensure that AAD (=garbage) is checked
before looking at the contents (=version), the peers won't interpret
version data before having authenticated the garbage.
2023-09-28 10:19:53 +02:00
kallewoof
7004ad1a82
Merge pull request #1496 from sipa/bip324
bip324: small improvements
2023-09-21 10:31:25 +09:00
Pieter Wuille
cdcb6801a1 For now, remove BIP330 messages before being adopted 2023-09-11 13:43:29 -04:00
Pieter Wuille
397016ebdf Allow detecting/disconnecting wrong-network v1 peers 2023-09-11 13:43:23 -04:00
Pieter Wuille
175c5c06e0 Use 16-byte prefix to distinguish v1 from v2 2023-09-11 12:00:53 -04:00
James O'Beirne
4aae726be9 fixup! fix off-by-one and revault-idx malleability
Co-authored-by: sanket1729 <sanket1729@gmail.com>
2023-09-01 10:12:38 -04:00
Sebastian Falbesoner
496b6c9ecc bip-0158: remove unused and unrelated "data pushes" definition
This BIP is not in any way connected to the rules of Bitcoin script,
i.e. the "data pushes" term is also not used anywhere and its definition
can hence be removed.
2023-08-29 23:39:04 +02:00
Chun
91bbe3307c
Update bip-0087.mediawiki
typo fix
2023-08-20 07:59:19 +00:00
Luke Dashjr
e643d247c8
Merge pull request #1485 from luke-jr/bip300_adj20230726
BIP 300: Various improvements
2023-08-17 21:25:39 -04:00
Luke Dashjr
fa21bdec66
Merge pull request #1482 from JeremyRubin/patch-8
Add James O'Beirne to 119 Author List
2023-08-16 09:49:21 -04:00
sgmoore
2f1e2bc4d8
added colon at end of if statement - bip-0119.mediawiki
Python requires a colon at the end of an if statement to denote the beginning of the block of code that will be executed if the condition is True. If the colon is omitted, a syntax error will occur, and the code will not run. Since the syntax error will prevent the code from running, it won't introduce any vulnerabilities by itself. However, it will cause the application to fail at the point where the code is parsed, which might expose other issues if error handling is not implemented properly.
2023-08-15 12:54:34 -07:00
Jeremy Rubin
0033fd876f
Add James O'Beirne to 119 Author List 2023-07-28 17:34:38 -04:00