Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-22 | Merge pull request #1681 from jonatack/2024-10-BIP2-update-URLs-to-httpsHEADmaster | Jon Atack | |
BIP2: replace legacy http links with https | |||
2024-10-20 | Merge pull request #1688 from jlopp/bip99 | Jon Atack | |
Fix BIP-99 Formatting | |||
2024-10-20 | fix formatting | Jameson Lopp | |
2024-10-15 | Merge pull request #1683 from akarve/bip85-base64-vec-alone | Jon Atack | |
BIP-85: Correct bad test vector for Base64 | |||
2024-10-15 | Merge pull request #1686 from psztorc/patch-1 | Jon Atack | |
BIP300: fix up markup in comment header | |||
2024-10-15 | heading typo | Paul 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-14 | Merge pull request #1685 from bskrksyp9/patch-1 | Jon Atack | |
BIP158: fix up code comment typo in gentestvectors.go | |||
2024-10-14 | fix typo | Bhaskar Kashyap | |
Corrected wording in comments | |||
2024-10-13 | BIP-85: Correct bad test vector for Base64 | Aneesh Karve | |
2024-10-12 | Merge pull request #1682 from jonatack/2024-10-update-BIP327-status | Jon Atack | |
2024-10-11 | BIP327: update status | Jon Atack | |
2024-10-08 | BIP2: replace legacy http links with https | Jon Atack | |
2024-10-07 | Merge pull request #1678 from JeremyRubin/patch-9 | Jon Atack | |
BIP119: remove James O'Beirne as co-author | |||
2024-10-06 | Remove j amesob from README.mediawiki from bip-0119 | Jeremy Rubin | |
2024-10-05 | Remove j amesob from bip-0119.mediawiki coauthor. | Jeremy Rubin | |
2024-10-04 | Merge pull request #1674 from bitcoin/revert-1600-master | Jon Atack | |
Revert "BIP85: Clarify spec, correct test vectors, add Portuguese language code, add dice application" | |||
2024-10-04 | Revert "BIP85: Update/clarify spec, add change log, Portuguese language ↵ | Jon Atack | |
code,…" This reverts commit a1be309f91f70b855626c823af317d9b1163309e. | |||
2024-10-02 | Merge pull request #1672 from TheBlueMatt/2024-10-payment-expiry | Jon Atack | |
Explicitly mention care around payment instruction expiry in 353 | |||
2024-10-02 | Explicitly mention care around payment instruction expiry in 353 | Matt 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-25 | BIP85: 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-23 | Link 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-08 | Merge pull request #1665 from EthanHeilman/patch-1 | Jon Atack | |
Uses consistent source for "CAT and Schnorr Tricks" | |||
2024-09-08 | Uses 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-29 | Merge pull request #1657 from TheBlueMatt/2024-07-psbt-dns | Mark "Murch" Erhardt | |
Add a PSBT per-output field for BIP 353 DNSSEC Proofs | |||
2024-08-29 | Add a PSBT per-output field for BIP 353 DNSSEC Proofs | Matt 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-21 | Merge pull request #1644 from bigspider/bip388-updates | Mark "Murch" Erhardt | |
388 - Add more motivation, and links to miniscript BIP | |||
2024-08-17 | Merge pull request #1660 from fjahr/bip94-rollback | Jon Atack | |
Revert "Change BIP 94 timewarp delta to 7200 seconds" | |||
2024-08-15 | Revert "Change BIP 94 timewarp delta to 7200 seconds" | Fabian Jahr | |
This reverts commit 0c2a2172f76d05ecfdf55fed5650cc3ebaddb34a. | |||
2024-08-14 | Merge pull request #1631 from azuchi/fix-bip386-test-vector | Jon Atack | |
BIP-0386: Fix uncompressed private key test vector | |||
2024-08-14 | Further improvements from PR review | Salvatore Ingala | |
2024-08-13 | Merge pull request #1654 from storopoli/master | Jon Atack | |
Check typos in CI | |||
2024-08-12 | ci: add typo checking | Jose 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-11 | Merge pull request #1659 from azuchi/bix-bip94-typo | Jon Atack | |
BIP-0094: Fix typo | |||
2024-08-10 | BIP-0094: fix block hex | azuchi | |
2024-08-07 | bip-352: fix typo | Jose Storopoli | |
2024-08-07 | bip-152: fix typo | Jose Storopoli | |
2024-08-07 | bip-119: fix typo | Jose Storopoli | |
2024-08-07 | bip-75: fix typo | Jose Storopoli | |
2024-08-07 | bip-46: fix typo | Jose Storopoli | |
2024-08-07 | Merge pull request #1658 from fjahr/bip94-timewarp-delta | Mark "Murch" Erhardt | |
BIP94: Change timewarp delta to 7200 seconds | |||
2024-08-05 | Change BIP 94 timewarp delta to 7200 seconds | Fabian Jahr | |
2024-08-03 | Nit from PR review | Salvatore Ingala | |
Co-authored-by: Mark "Murch" Erhardt <murch@murch.one> | |||
2024-08-02 | Merge pull request #1601 from fjahr/testnet4 | Mark "Murch" Erhardt | |
Add BIP94: Testnet 4 | |||
2024-07-31 | Add BIP 94 - Testnet 4 | Fabian Jahr | |
2024-07-31 | Consistently refer to them as "human-readable names", not addresses | Matt 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-27 | More adjustments from PR review | Salvatore Ingala | |
2024-07-27 | Merge pull request #1655 from Crypt-iQ/bip324_aad | Jon Atack | |
BIP 324: fix python aad in complete_handshake | |||
2024-07-26 | BIP 324: fix python aad in complete_handshake | Eugene Siegel | |
2024-07-26 | Merge pull request #1653 from OrfeasLitos/trailing-whitespace | Jon Atack | |
Remove trailing whitespace from all BIPs | |||
2024-07-25 | Make link title more specific (#1652) | Orfeas Stefanos Thyfronitis Litos | |