summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2024-07-25Remove trailing whitespace from all BIPsOrfeas Stefanos Thyfronitis Litos
2024-07-23Merge pull request #1647 from siv2r/minor-fixesMark "Murch" Erhardt
bip327: minor fixes
2024-07-23bip-0327: 1.0.1 -> 1.0.2Jonas Nick
(cherry picked from commit 4f2e6e7ffbd2fdc095ab8d59827be9da18b790be)
2024-07-22Merge pull request #1651 from michael1011/46-fix-pubkeyMark "Murch" Erhardt
BIP46 clarify witness
2024-07-22Fix typos in BIP 388 and BIP 390Mark "Murch" Erhardt
Fix typos
2024-07-21BIP46 clarify witnessmichael1011
2024-07-21fix typoomahs
2024-07-21fix typoomahs
2024-07-19remove P = None check as cpoint never returns Nonesiv2r
2024-07-19bip327: minor fixessiv2r
- An error test vector doesn’t specify the InvalidContributionError type - In *DeterministicSign*, use GetXonlyPubkey instead of GetPubkey - The key_agg_and_tweak fn doesn’t specify the return type - In partial_sig_verify_internal, the pubkey arg should be PlainPk - Remove unused enumerate() fn calls - In test_sign_verify, add an additional assert statement
2024-07-17Merge pull request #1649 from jonasschnelli/bip_159_updateMark "Murch" Erhardt
159: Mark as final
2024-07-17159: Mark as finalJonas Schnelli
2024-07-17Merge pull request #1648 from jonasschnelli/bip_150_updateMark "Murch" Erhardt
BIP150: Deferred More robust and private protocols have been drafted and need to be formalized into a BIP
2024-07-17BIP150: DeferredJonas Schnelli
2024-07-17Merge pull request #1646 from pinheadmz/353-cat-txtMark "Murch" Erhardt
bip353: concatenate strings in TXT record
2024-07-17Apply suggestions from code reviewSalvatore Ingala
Co-authored-by: Mark "Murch" Erhardt <murch@murch.one>