summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-12-14TypoEthan Heilman
Co-authored-by: kallewoof <kalle.alm@gmail.com>
2023-12-14PhrasingEthan Heilman
Co-authored-by: kallewoof <kalle.alm@gmail.com>
2023-12-14Better phrasingEthan Heilman
Co-authored-by: kallewoof <kalle.alm@gmail.com>
2023-12-14Keeps past tense consistantEthan Heilman
Co-authored-by: kallewoof <kalle.alm@gmail.com>
2023-12-14WordingEthan Heilman
Co-authored-by: kallewoof <kalle.alm@gmail.com>
2023-12-14Merge pull request #1527 from achow101/update-contact-infokallewoof
Update contact info for achow101
2023-12-13Update contact info for achow101Ava Chow
2023-12-12Adds bracketsEthan Heilman
Co-authored-by: kallewoof <kalle.alm@gmail.com>
2023-12-12Grammar fixEthan Heilman
Co-authored-by: kallewoof <kalle.alm@gmail.com>
2023-12-12Better fits bitcoin style guide Ethan Heilman
"If an if only has a single-statement then-clause, it can appear on the same line as the if, without braces. In every other case, braces are required, and the then and else clauses must appear correctly indented on a new line." Co-authored-by: kallewoof <kalle.alm@gmail.com>
2023-12-12Fixes typoEthan Heilman
Co-authored-by: kallewoof <kalle.alm@gmail.com>
2023-12-11Create bip-???-cat.mediawikiEthan Heilman
2023-12-08correct fingerprint for invalid hardened indicatorsYannick Seurin
2023-12-07Update bip-0012.mediawikiVehorny
2023-12-07Update bip-0060.mediawikiVehorny
2023-12-07Update bip-0010.mediawikiVehorny
2023-10-20Update bip-0042.mediawiki spellingCoco_Ardo
Bitcoin the network is written with a capital B. The unit is writting with small b.
2023-10-13Fix typosGoodDaisy
2023-10-10bip 2: allow markdownAndrew Chow
2023-10-09BIP-0345: restrict trigger output to v1 witnessJames O'Beirne
Co-authored-by: Antoine Poinsot <darosior@protonmail.com>
2023-09-29BIP-345: add sigops cost of 60James O'Beirne
2023-09-29Merge pull request #1498 from real-or-random/202309-0324-garbauthkallewoof
bip324: Remove garbage authentication packet (breaking change)
2023-09-28bip324: 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-21Merge pull request #1496 from sipa/bip324kallewoof
bip324: small improvements
2023-09-11For now, remove BIP330 messages before being adoptedPieter Wuille
2023-09-11Allow detecting/disconnecting wrong-network v1 peersPieter Wuille
2023-09-11Use 16-byte prefix to distinguish v1 from v2Pieter Wuille
2023-09-01fixup! fix off-by-one and revault-idx malleabilityJames O'Beirne
Co-authored-by: sanket1729 <sanket1729@gmail.com>
2023-08-29bip-0158: remove unused and unrelated "data pushes" definitionSebastian Falbesoner
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-20Update bip-0087.mediawikiChun
typo fix
2023-08-17Merge pull request #1485 from luke-jr/bip300_adj20230726Luke Dashjr
BIP 300: Various improvements
2023-08-16Merge pull request #1482 from JeremyRubin/patch-8Luke Dashjr
Add James O'Beirne to 119 Author List
2023-08-15added colon at end of if statement - bip-0119.mediawikisgmoore
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-28Add James O'Beirne to 119 Author ListJeremy Rubin
2023-07-26bip-0300: Add some guesstimate weight adjustmentsLuke Dashjr
2023-07-26bip-0300: Ensure tx fee commitment itself has zero value so sidechain coins ↵Luke Dashjr
can't get burned
2023-07-26bip-0300: Forbid extraneous OP_DRIVECHAIN outputs in M5/M6Luke Dashjr
2023-07-26bip-0300: Define endianness of upvote vectorLuke Dashjr
2023-07-26bip-0300: Reorder upvote vector version numbers to leave 1/2 bytes as ↵Luke Dashjr
version 1,2 respectively
2023-07-26bip-0300: Fix upvote vector exampleLuke Dashjr
2023-07-26bip-0300: Add OP_DRIVECHAINLuke Dashjr
2023-07-17Merge pull request #1477 from psztorc/patch-1Luke Dashjr
clearer, more failure details, + use OP_TRUE
2023-07-13clearer, more failure details, + use OP_TRUEPaul Sztorc
2023-07-06bip-0324: fix git instruction order in test_sage_decoding.pySebastian Falbesoner
Tiny fix correcting the order of commands, for `git checkout` one has to change into the repository directory first.
2023-07-02Merge pull request #1410 from anquii/bip-0039-patchLuke Dashjr
Add link to anquii/BIP39 (Swift)
2023-07-02Merge pull request #1384 from weareseba/feature/bip127_BDK_proofLuke Dashjr
Added the BDK implementation for bip-0127 proof of reserves
2023-07-02Merge pull request #1414 from coolaj86/patch-2Luke Dashjr
feat: add DashPhrase.js to JS implementations
2023-07-02Add anquii/BIP39 (Swift)anquii
2023-06-30Merge pull request #1459 from ktecho/patch-1kallewoof
Typos in bip-0119
2023-06-30Merge pull request #1444 from satsie/satsie-bip-137-editskallewoof
BIP-137: Fix typo