summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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
2023-06-30Merge pull request #1468 from achow101/descriptor-testskallewoof
descriptors: add test vectors
2023-06-30Merge pull request #1450 from yahiheb/patch-1kallewoof
[Trivial] Fix text format (BIP 39)
2023-06-29descriptors: add test vectorsAndrew Chow
2023-06-29Merge pull request #1344 from scgbckbone/passwordsLuke Dashjr
bip85 passwords
2023-06-29Merge pull request #1406 from real-or-random/patch-18Luke Dashjr
BIP341: Fix definition of NUMS point
2023-06-29Merge pull request #1436 from theStack/bip324_handsake_remove_initiating_paramLuke Dashjr
bip-0324: remove `initiating` parameter from `ellswift_create` calls
2023-06-29Merge pull request #1354 from achow101/bip-multipath-descsLuke Dashjr
[New BIP 389] Multipath descriptors
2023-06-27Merge pull request #1452 from sethforprivacy/patch-1kallewoof
BIP 329: Add `spendable` state to outputs
2023-06-06Typos in bip-0119Luis Miguel
2023-06-05Merge pull request #1454 from uncomputable/bech32m-finalkallewoof
Mark bech32m as final
2023-05-30Properly handle `spendable` state and JSON edge casesSeth For Privacy
2023-05-29Merge pull request #1446 from sipa/bip-taprootkallewoof
BIP340 updates: clarifications, variable-length messages, expand domain separation
2023-05-24Add motivation for spendable tagSeth For Privacy
2023-05-24Add `spendable` stateSeth For Privacy
2023-05-18Mark bech32m as finalChristian Lewe
2023-05-16Merge pull request #1412 from craigraw/wallet-labels-originkallewoof
BIP329: Add optional key origin property and expand truncation note
2023-04-28Merge pull request #1448 from stratospher/patch-1kallewoof
bip324: fix link to chacha20
2023-04-27Fix text formatyahiheb
2023-04-26bip324: fix link to chacha20stratospher
2023-04-20bip340: Add subsection on Domain SeparationTim Ruffing
2023-04-20bip340: Allow variable-length messagesTim Ruffing
2023-04-20bip340: clarify that tags are byte arraysPieter Wuille
2023-04-11Merge pull request #1443 from vostrnad/bip84-finalkallewoof
Mark BIP84 as Final
2023-04-10BIP-137: Fix typoStacie
2023-04-10Mark BIP84 as FinalVojtěch Strnad
2023-03-30Merge pull request #1439 from apoelstra/2023-03--bip93-cleanupkallewoof
bip93: minor cleanups
2023-03-30add myself as a BIPs authorAndrew Poelstra
2023-03-29bip93: typo fixes, and fix URL formatAndrew Poelstra
2023-03-29bip93: make bech32 capitalization consistently lowercaseAndrew Poelstra
2023-03-29bip93: More invalid test vectorsRussell O'Connor
These examples are valid BIP-173 and BIP-350 strings (but not valid BIP-93 strings).
2023-03-29Merge pull request #1438 from ajtowns/202303-testskallewoof
Cleanup README table
2023-03-29Use BIP-326 title from PR#1314 in READMEAnthony Towns
2023-03-29BIP157 was replaced in PR#1378Anthony Towns
2023-03-29README markup fixesAnthony Towns
2023-03-29BIP327: fixups for buildtable.plAnthony Towns
2023-03-27Merge pull request #1372 from jonasnick/musig2-squashedkallewoof
Add BIP MuSig2
2023-03-27Add BIP327: MuSig2 for BIP340-compatible Multi-SignaturesJonas Nick
2023-03-24Merge pull request #1433 from raphjaph/patch-1kallewoof
Improve BIP-341 wording
2023-03-19bip-0324: remove `initiating` parameter from `ellswift_create` callsSebastian Falbesoner
2023-03-17Merge pull request #1428 from dhruv/bip324-update-feb-2023kallewoof
BIP324: Fixed length message type IDs
2023-03-17new BIP: codex32 (#1425)Andrew Poelstra
new BIP: codex32 --------- Co-authored-by: Russell O'Connor <roconnor@blockstream.io>