summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-15bip353: concatenate strings in TXTMatthew Zipkin
2024-07-12Merge pull request #1633 from josibake/update-bip352-appendixJon Atack
BIP352: Update appendix
2024-07-12Merge pull request #1645 from Sjors/2024/07/bip353Jon Atack
bip353: improve ₿-prefix instructions
2024-07-12Merge pull request #1599 from theborakompanioni/bip-46Mark "Murch" Erhardt
bip-0046: Address Scheme for Timelocked Fidelity Bonds
2024-07-12bip353: improve ₿-prefix instructionsSjors Provoost
2024-07-12bip352: update appendixjosibake
Numbers from the appendix were slightly innaccurate and out of date. Update to mention non-dust UTXOs and update the numbers to reflect current usage. Considering the appendix is purely informational and the corrections here are minor, Ive left of adding a changelong entry.
2024-07-11Merge pull request #1641 from achow101/finalize-370Jon Atack
370: Mark as final
2024-07-11370: Mark as finalAva Chow
2024-07-11370: Set reference implementation to Bitcoin Core PR.Ava Chow
2024-07-11Merge pull request #1642 from achow101/finalize-371Jon Atack
371: Mark as final
2024-07-11Merge pull request #1640 from achow101/finalize-86Jon Atack
86: Mark as final
2024-07-11Nit: it's not 'two' descriptors if one uses the multipath expressions per ↵Salvatore Ingala
BIP-389
2024-07-11Add references to the miniscript BIP-379Salvatore Ingala
2024-07-10Merge pull request #1643 from achow101/finalize-descriptorsJon Atack
380-387: Mark basic descriptor BIPs as final
2024-07-10380-387: Mark basic descriptor BIPs as finalAva Chow
2024-07-1086: Mark as finalAva Chow
2024-07-10371: Mark as finalAva Chow
2024-07-10Merge pull request #1636 from sdaftuar/patch-1Mark "Murch" Erhardt
Move BIP 339 to Final
2024-07-10Move BIP 339 to FinalSuhas Daftuar
2024-07-10Merge pull request #1638 from sdaftuar/bip130-finalMark "Murch" Erhardt
Move BIP 130 to Final
2024-07-10Merge pull request #1637 from sipa/202407_bip324_finalMark "Murch" Erhardt
Mark BIP324 as final
2024-07-10Merge pull request #1639 from sdaftuar/bip338-withdrawnMark "Murch" Erhardt
Move BIP 338 to Withdrawn
2024-07-10Move BIP 338 to WithdrawnSuhas Daftuar
The PR implementing this BIP was never merged into Bitcoin Core, in favor of an alternative approach.
2024-07-10Move BIP 130 to FinalSuhas Daftuar
2024-07-10Merge pull request #1634 from achow101/389-no-dupesJon Atack
389: Explicitly disallow duplicate multipath
2024-07-10Mark BIP324 as finalPieter Wuille
2024-07-10Add paragraph on key reuseSalvatore Ingala
2024-07-09389: Explicitly disallow duplicate multipathAva Chow
2024-07-08Merge pull request #1632 from douglaz/patch-1Mark "Murch" Erhardt
Fix typo in bip-0065
2024-07-08docs(bip-0046): add endpoint signing exampletheborakompanioni
2024-07-08docs(bip-0046): add cert format and clarify expiry paramtheborakompanioni
2024-07-08docs(bip-0046): apply minor wording improvement suggestionstheborakompanioni
by @AdamISZ
2024-07-07Fix typo in bip-0065douglaz
2024-07-06BIP-0386: Fix uncompressed private key test vectorazuchi
2024-07-04Merge pull request #1623 from satsie/satsie-bip78Jon Atack
BIP78: spelling and grammar updates
2024-07-03BIP78: spelling and grammar updatesStacie
Co-authored-by: Dan Gould <d@ngould.dev> Co-authored-by: Jon Atack <jon@atack.com>
2024-07-01Merge pull request #1619 from real-or-random/patch-20Jon Atack
bip-0327: Remove obsolete paragraph
2024-06-29BIP352: Improve `input_hash` wording (#1629)Jon Atack
BIP352: Improve `input_hash` wording
2024-06-29BIP-352: use own ripemd160 for reference implementation (#1616)Sebastian Falbesoner
On some operating systems, Python doesn't provide the expected ripemd160 implementation anymore, so the reference implementation fails to start. E.g. in Ubuntu 22.04: ---------------------------------------------------------------------------------------------- $ ./reference.py send_and_receive_test_vectors.json Simple send: two inputs Traceback (most recent call last): File "/usr/lib/python3.10/hashlib.py", line 160, in __hash_new return _hashlib.new(name, data, **kwargs) ValueError: [digital envelope routines] unsupported During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/thestack/bips/bip-0352/./reference.py", line 228, in <module> pubkey = get_pubkey_from_input(vin) File "/home/thestack/bips/bip-0352/./reference.py", line 46, in get_pubkey_from_input pubkey_hash = hash160(pubkey_bytes) File "/home/thestack/bips/bip-0352/bitcoin_utils.py", line 130, in hash160 return hashlib.new("ripemd160", hashlib.sha256(s).digest()).digest() File "/usr/lib/python3.10/hashlib.py", line 166, in __hash_new return __get_builtin_constructor(name)(data) File "/usr/lib/python3.10/hashlib.py", line 123, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type ripemd160 ---------------------------------------------------------------------------------------------- Fix this by providing a manual implementation, taken from the functional test framework of Bitcoin Core. See corresponding issue https://github.com/bitcoin/bitcoin/issues/23710 and PR https://github.com/bitcoin/bitcoin/pull/23716
2024-06-29BIP352: improve input_hash wordingjosibake
Since https://github.com/bitcoin/bips/pull/1622, it makes more sense to define input_hash inline, vs having its own section.
2024-06-27BIP 379: Specify MiniscriptAva Chow
Co-Authored-By: Antoine Poinsot <darosior@protonmail.com>
2024-06-25Merge pull request #1540 from achow101/musig2Mark "Murch" Erhardt
328, 390, 373: BIPs for MuSig2 derivation, descriptors, and PSBT fields
2024-06-25BIP39: fix grammar in wordlists doc (#1626)Elias Rad
2024-06-25Merge pull request #1625 from OrfeasLitos/typoJon Atack
BIP143: fix typo
2024-06-25Fix typoOrfeas Stefanos Thyfronitis Litos
2024-06-22Merge pull request #1620 from ↵Jon Atack
theStack/bip352-mention-input_pubkey_sum-infinity-case BIP-352: handle invalid privkey / pubkey sums for sending / scanning, add changelog
2024-06-22BIP-352: add change log (SemVer format)Sebastian Falbesoner
The first paragraph is taken from BIP-327, with the sentence about MAJOR version zero removed, as it's not relevant here (we don't track the pre-merge history).
2024-06-22BIP-352: scanning: add step to skip tx if input pubkeys sum A is point at ↵Sebastian Falbesoner
infinity The input data for the test vector is taken from the signet transaction fe788cf6578d547819def43d79e6c8f0153d4885f5a343d12bd03f34507aabd6 which spends two P2WPKH inputs with negated pubkeys (x, y) and (x, -y) from the funding transaction 3a286147b25e16ae80aff406f2673c6e565418c40f45c071245cdebc8a94174e (see also https://github.com/bitcoin-core/secp256k1/pull/1519#issuecomment-2143167510 and the output from the script in the previous commit message). Co-authored-by: josibake <josibake@protonmail.com>
2024-06-22BIP-352: sending: add step to fail if input privkeys sum a is zeroSebastian Falbesoner
The test vector data was generated with a Python script (see https://github.com/theStack/bitcoin/blob/bc15ea8d0f282908b912dbf62bba816ecd82424d/contrib/silentpayments/submit_input_pubkeys_infinity_tx.py), leading to the following output: --------------------------------------------------------------------------------------------------------- Privkey 1: a6df6a0bb448992a301df4258e06a89fe7cf7146f59ac3bd5ff26083acb22ceb Privkey 2: 592095f44bb766d5cfe20bda71f9575ed2df6b9fb9addc7e5fdffe0923841456 Pubkey 1: 02557ef3e55b0a52489b4454c1169e06bdea43687a69c1f190eb50781644ab6975 Pubkey 2: 03557ef3e55b0a52489b4454c1169e06bdea43687a69c1f190eb50781644ab6975 scriptPubKey 1: 00149d9e24f9fab4e35bf1a6df4b46cb533296ac0792 scriptPubKey 2: 00149860538b5575962776ed0814ae222c7d60c72d7b Address 1: tb1qnk0zf706kn34hudxma95dj6nx2t2cpujz7j5t5 Address 2: tb1qnps98z64wktzwahdpq22ug3v04svwttm7gs8wn -> Funding tx submitted: 3a286147b25e16ae80aff406f2673c6e565418c40f45c071245cdebc8a94174e Taproot output address for spending tx: tb1pqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqkgkkf5 -> Spending tx submitted: fe788cf6578d547819def43d79e6c8f0153d4885f5a343d12bd03f34507aabd6 ---------------------------------------------------------------------------------------------------------
2024-06-21Merge pull request #1622 from theStack/bip352-simplify_input-hash_flowJon Atack
BIP-352: generate `input_hash` after summing up keys (simplification)