summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-10-22Merge pull request #1681 from jonatack/2024-10-BIP2-update-URLs-to-httpsHEADmasterJon Atack
BIP2: replace legacy http links with https
2024-10-20Merge pull request #1688 from jlopp/bip99Jon Atack
Fix BIP-99 Formatting
2024-10-20fix formattingJameson Lopp
2024-10-15Merge pull request #1683 from akarve/bip85-base64-vec-aloneJon Atack
BIP-85: Correct bad test vector for Base64
2024-10-15Merge pull request #1686 from psztorc/patch-1Jon Atack
BIP300: fix up markup in comment header
2024-10-15heading typoPaul Sztorc
this section is (rightly) commented out, but it still (wrongly) shows up at the table of contents in the beginning, this should fix it
2024-10-14Merge pull request #1685 from bskrksyp9/patch-1Jon Atack
BIP158: fix up code comment typo in gentestvectors.go
2024-10-14fix typoBhaskar Kashyap
Corrected wording in comments
2024-10-13BIP-85: Correct bad test vector for Base64Aneesh Karve
2024-10-12Merge pull request #1682 from jonatack/2024-10-update-BIP327-statusJon Atack
2024-10-11BIP327: update statusJon Atack
2024-10-08BIP2: replace legacy http links with httpsJon Atack
2024-10-07Merge pull request #1678 from JeremyRubin/patch-9Jon Atack
BIP119: remove James O'Beirne as co-author
2024-10-06Remove j amesob from README.mediawiki from bip-0119Jeremy Rubin
2024-10-05Remove j amesob from bip-0119.mediawiki coauthor.Jeremy Rubin
2024-10-04Merge pull request #1674 from bitcoin/revert-1600-masterJon Atack
Revert "BIP85: Clarify spec, correct test vectors, add Portuguese language code, add dice application"
2024-10-04Revert "BIP85: Update/clarify spec, add change log, Portuguese language ↵Jon Atack
code,…" This reverts commit a1be309f91f70b855626c823af317d9b1163309e.
2024-10-02Merge pull request #1672 from TheBlueMatt/2024-10-payment-expiryJon Atack
Explicitly mention care around payment instruction expiry in 353
2024-10-02Explicitly mention care around payment instruction expiry in 353Matt Corallo
If someone puts a lightning BOLT 12 offer in a BIP 353 entry with the offer expiring before the DNS entry's TTL (plus now), they may get stuck being unpayable, so its worth explicitly mentioning that people should take care here.
2024-09-25BIP85: Update/clarify spec, add change log, Portuguese language code, dice ↵Aneesh Karve
application (#1600) * BIP-85: * Add new maintainer (author unreachable) * Swap chain code and private key bytes in application 32' for consistentcy with BIP-32 (major change) * Correct derived entropy for application 128169' test vector (major change) * Clarify big endian serialization * Add the Portuguese language (9') to application 39' * Add dice application 89101' * Clarify Testnet support for XPRV application 32' * Minor grammar, format, clarity improvements
2024-09-23Link to latest code -- also shorter/better explanations (#1666)Paul Sztorc
* Update to CUSF activation client +shorter +clearer * remove superfluous images * link to CUSF client, shorter and clearer BIP text
2024-09-08Merge pull request #1665 from EthanHeilman/patch-1Jon Atack
Uses consistent source for "CAT and Schnorr Tricks"
2024-09-08Uses consistent source for "CAT and Schnorr Tricks"Ethan Heilman
For "CAT and Schnorr Tricks I" we used https://medium.com/blockstream/cat-and-schnorr-tricks-i-faf1b59bd298 but for "CAT and Schnorr Tricks II" https://www.wpsoftware.net/andrew/blog/cat-and-schnorr-tricks-ii.html This commit changes this so that the original source wpsoftware is used for both links.
2024-08-29Merge pull request #1657 from TheBlueMatt/2024-07-psbt-dnsMark "Murch" Erhardt
Add a PSBT per-output field for BIP 353 DNSSEC Proofs
2024-08-29Add a PSBT per-output field for BIP 353 DNSSEC ProofsMatt Corallo
When using BIP 353 for on-chain addresses (incl silent payments), it is useful to be able to include DNSSEC proof information in outputs of a PSBT, which we enable here by defining a standard field for it.
2024-08-21Merge pull request #1644 from bigspider/bip388-updatesMark "Murch" Erhardt
388 - Add more motivation, and links to miniscript BIP
2024-08-17Merge pull request #1660 from fjahr/bip94-rollbackJon Atack
Revert "Change BIP 94 timewarp delta to 7200 seconds"
2024-08-15Revert "Change BIP 94 timewarp delta to 7200 seconds"Fabian Jahr
This reverts commit 0c2a2172f76d05ecfdf55fed5650cc3ebaddb34a.
2024-08-14Merge pull request #1631 from azuchi/fix-bip386-test-vectorJon Atack
BIP-0386: Fix uncompressed private key test vector
2024-08-14Further improvements from PR reviewSalvatore Ingala
2024-08-13Merge pull request #1654 from storopoli/masterJon Atack
Check typos in CI
2024-08-12ci: add typo checkingJose Storopoli
typos is a powerful source code spell checker. Adds a CI job that runs on every PR and push to master (but can also be run manually with workflow_dispatch) that checks for typos. Adds a config file .typos.toml that deals with false positives and only checks for top-level/one-level .mediawiki and .md files.
2024-08-11Merge pull request #1659 from azuchi/bix-bip94-typoJon Atack
BIP-0094: Fix typo
2024-08-10BIP-0094: fix block hexazuchi
2024-08-07bip-352: fix typoJose Storopoli
2024-08-07bip-152: fix typoJose Storopoli
2024-08-07bip-119: fix typoJose Storopoli
2024-08-07bip-75: fix typoJose Storopoli
2024-08-07bip-46: fix typoJose Storopoli
2024-08-07Merge pull request #1658 from fjahr/bip94-timewarp-deltaMark "Murch" Erhardt
BIP94: Change timewarp delta to 7200 seconds
2024-08-05Change BIP 94 timewarp delta to 7200 secondsFabian Jahr
2024-08-03Nit from PR reviewSalvatore Ingala
Co-authored-by: Mark "Murch" Erhardt <murch@murch.one>
2024-08-02Merge pull request #1601 from fjahr/testnet4Mark "Murch" Erhardt
Add BIP94: Testnet 4
2024-07-31Add BIP 94 - Testnet 4Fabian Jahr
2024-07-31Consistently refer to them as "human-readable names", not addressesMatt Corallo
It seems confusing to call BIP 353 names "addresses", and most of the BIP refers to them as "names", but a few "human-readable addresses" snuck in in a recent change, which are fixed here.
2024-07-27More adjustments from PR reviewSalvatore Ingala
2024-07-27Merge pull request #1655 from Crypt-iQ/bip324_aadJon Atack
BIP 324: fix python aad in complete_handshake
2024-07-26BIP 324: fix python aad in complete_handshakeEugene Siegel
2024-07-26Merge pull request #1653 from OrfeasLitos/trailing-whitespaceJon Atack
Remove trailing whitespace from all BIPs
2024-07-25Make link title more specific (#1652)Orfeas Stefanos Thyfronitis Litos