Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-03 | Fix unsatisfiable test vector in BIP382 | Chris Stewart | |
2024-04-01 | Fix BIP380 typos | Chris Stewart | |
2024-03-18 | BIP-0044: mark as Final | Pavol Rusnak | |
2024-03-18 | BIP-00{43,49,84}: move to Standards Track | Pavol Rusnak | |
2024-02-26 | bip327: fix broken links | siv2r | |
2024-02-23 | README: Update for Google Groups ML | Luke Dashjr | |
2024-02-23 | Update for Google Groups ML | Luke Dashjr | |
2024-02-23 | README: Update table | Luke Dashjr | |
2024-02-23 | Merge pull request #1421 from jamesob/jamesob-23-02-opvault | Luke Dashjr | |
Add OP_VAULT (BIP 345) | |||
2024-02-23 | BIP-0345: add copyright | James O'Beirne | |
2024-01-29 | Update bip-0039-wordlists.md | 2014 | |
typos, grammar, clarity | |||
2024-01-03 | fixup! remove unused diagram | James O'Beirne | |
2024-01-03 | fixup! misc. feedback from AJ and twhit223 | James O'Beirne | |
2024-01-03 | fixup! rename `n-pushes` -> `push-count` | James O'Beirne | |
2023-12-27 | Update BIP-380: fix typo | momodaka | |
revert: fix | |||
2023-12-26 | Merge pull request #1523 from vehorny/patch-3 | Luke Dashjr | |
BIP-12: typo fix | |||
2023-12-26 | Merge pull request #1532 from yannickseurin/BIP-380 | Luke Dashjr | |
BIP-380: correct fingerprint for invalid hardened indicators examples | |||
2023-12-18 | Merge pull request #1504 from achow101/allow-markdown | kallewoof | |
bip 2: allow markdown | |||
2023-12-15 | Update bip-0085.mediawiki | Alexander Nemish | |
Fix doublicated word | |||
2023-12-14 | Merge pull request #1527 from achow101/update-contact-info | kallewoof | |
Update contact info for achow101 | |||
2023-12-13 | Update contact info for achow101 | Ava Chow | |
2023-12-08 | correct fingerprint for invalid hardened indicators | Yannick Seurin | |
2023-12-07 | Update bip-0012.mediawiki | Vehorny | |
2023-12-07 | Update bip-0060.mediawiki | Vehorny | |
2023-12-07 | Update bip-0010.mediawiki | Vehorny | |
2023-10-20 | Update bip-0042.mediawiki spelling | Coco_Ardo | |
Bitcoin the network is written with a capital B. The unit is writting with small b. | |||
2023-10-13 | Fix typos | GoodDaisy | |
2023-10-10 | bip 2: allow markdown | Andrew Chow | |
2023-10-09 | BIP-0345: restrict trigger output to v1 witness | James O'Beirne | |
Co-authored-by: Antoine Poinsot <darosior@protonmail.com> | |||
2023-09-29 | BIP-345: add sigops cost of 60 | James O'Beirne | |
2023-09-29 | Merge pull request #1498 from real-or-random/202309-0324-garbauth | kallewoof | |
bip324: Remove garbage authentication packet (breaking change) | |||
2023-09-28 | bip324: Remove garbage authentication packet (breaking change) | Tim Ruffing | |
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-21 | Merge pull request #1496 from sipa/bip324 | kallewoof | |
bip324: small improvements | |||
2023-09-11 | For now, remove BIP330 messages before being adopted | Pieter Wuille | |
2023-09-11 | Allow detecting/disconnecting wrong-network v1 peers | Pieter Wuille | |
2023-09-11 | Use 16-byte prefix to distinguish v1 from v2 | Pieter Wuille | |
2023-09-01 | fixup! fix off-by-one and revault-idx malleability | James O'Beirne | |
Co-authored-by: sanket1729 <sanket1729@gmail.com> | |||
2023-08-20 | Update bip-0087.mediawiki | Chun | |
typo fix | |||
2023-08-17 | Merge pull request #1485 from luke-jr/bip300_adj20230726 | Luke Dashjr | |
BIP 300: Various improvements | |||
2023-08-16 | Merge pull request #1482 from JeremyRubin/patch-8 | Luke Dashjr | |
Add James O'Beirne to 119 Author List | |||
2023-08-15 | added colon at end of if statement - bip-0119.mediawiki | sgmoore | |
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-07-28 | Add James O'Beirne to 119 Author List | Jeremy Rubin | |
2023-07-26 | bip-0300: Add some guesstimate weight adjustments | Luke Dashjr | |
2023-07-26 | bip-0300: Ensure tx fee commitment itself has zero value so sidechain coins ↵ | Luke Dashjr | |
can't get burned | |||
2023-07-26 | bip-0300: Forbid extraneous OP_DRIVECHAIN outputs in M5/M6 | Luke Dashjr | |
2023-07-26 | bip-0300: Define endianness of upvote vector | Luke Dashjr | |
2023-07-26 | bip-0300: Reorder upvote vector version numbers to leave 1/2 bytes as ↵ | Luke Dashjr | |
version 1,2 respectively | |||
2023-07-26 | bip-0300: Fix upvote vector example | Luke Dashjr | |
2023-07-26 | bip-0300: Add OP_DRIVECHAIN | Luke Dashjr | |
2023-07-17 | Merge pull request #1477 from psztorc/patch-1 | Luke Dashjr | |
clearer, more failure details, + use OP_TRUE |