1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-07-06 17:46:00 +00:00

Commit Graph

  • 0780663be1 BIP129: Add Requires header (#2019) Jon Atack 2026-02-27 15:18:38 -08:00
  • e76f0439b3 BIP-383: remove extra stray </tt> (#2061) MoNyAvA 2026-02-28 00:03:55 +01:00
  • 53dac1ba29 bip-0044: add Requires header for BIP32 and BIP43 (#2072) Mohammad Eglil 2026-02-27 23:52:53 +01:00
  • edb6856d25 BIP-117: add missing BIP8 reference (#2080) MoNyAvA 2026-02-27 23:40:25 +01:00
  • 9ff061f8b9 BIP128: Timelock-Recovery Storage Format (#2068) Oren 2026-02-27 22:24:33 +02:00
  • bd56416786 Merge pull request #2107 from murchandamus/2026-02-bip352-add-thestack Mark "Murch" Erhardt 2026-02-25 10:22:21 -08:00
  • 9e407af625 BIP352: Add Sebastian Falbesoner as Author #2107 Murch 2026-02-24 12:55:34 -08:00
  • 97781eae4d BIP85: fix typo in byte value (#2100) YoCheng 2026-02-14 03:18:59 +08:00
  • eae7d9fc57 BIP360: Pay to Merkle Root (P2MR) (#1670) Hunter Beast 2026-02-11 12:54:26 -08:00
  • ed7af6ae7e BIP 110: Reduced Data Temporary Softfork (#2017) Dathon Ohm 2026-02-06 18:28:07 -06:00
  • 10c7888885 Escape pipe character in markdown table (#2095) Paul Miller 2026-02-04 16:39:50 -06:00
  • 57869d524a BIP 89: Chain Code Delegation for Private Collaborative Custody (#2004) Jurvis Tan 2026-02-05 04:58:08 +08:00
  • 5d0f70a5cf Merge pull request #2094 from ajtowns/202601-bip434-copyright Mark "Murch" Erhardt 2026-02-02 21:01:54 -08:00
  • 3709d73c2f BIP 434: fix license inconsistency #2094 Anthony Towns 2026-02-03 14:47:51 +10:00
  • 29b48129b1 Merge pull request #2092 from ajtowns/202601-feature-shortid Mark "Murch" Erhardt 2026-02-02 16:22:41 -08:00
  • e3c4dede41 fix: correct TxFieldSelector index upper bound #2093 yyhrnk 2026-02-02 19:48:05 +02:00
  • a50c0ea32b BIP324, BIP434: Assign message type id for "feature" message #2092 Anthony Towns 2026-01-31 17:25:09 +10:00
  • df1f098a8b BIP324, BIP183: Add utreexo's p2pv2 message type ids Anthony Towns 2026-01-31 17:21:07 +10:00
  • a3370b5c9d BIP 324: Add auxiliary file tracking assignments of one-byte message type IDs Anthony Towns 2026-01-30 16:02:05 +10:00
  • 43e3983e4b Merge pull request #2086 from ajtowns/202512-bip324-shortid-alias Mark "Murch" Erhardt 2026-01-29 10:18:01 -08:00
  • e169a61940 Merge pull request #2084 from theStack/bip374-vendor-secp256k1lab Mark "Murch" Erhardt 2026-01-28 10:31:32 -08:00
  • 3177af3bbf Merge pull request #2076 from ajtowns/202512-p2p-feature Mark "Murch" Erhardt 2026-01-27 07:22:58 -08:00
  • 4c2f6567b3 Merge pull request #1500 from stevenroose/txhash Mark "Murch" Erhardt 2026-01-27 07:21:12 -08:00
  • 40e6634a2e BIP324: define message_length #2086 Anthony Towns 2025-12-11 16:44:50 +10:00
  • 4c80568652 BIP324: supporting 1 byte message type ids means supporting the equivalent 12 byte ASCII message types Anthony Towns 2025-12-11 16:09:09 +10:00
  • 6a0636da32 Add BIP-346: OP_TXHASH #1500 Steven Roose 2023-09-06 16:16:35 +01:00
  • ecb074d487 Merge pull request #2088 from murchandamus/backfill-bip14-discussion Jon Atack 2026-01-16 20:35:03 -08:00
  • 1761675f67 BIP14: Backfill discussion URLs #2088 Murch 2026-01-16 13:11:13 -08:00
  • 48c0f201aa BIP324: Add Version header and Changelog section Anthony Towns 2026-01-16 10:04:38 +10:00
  • 9630c4c8d0 BIP434: p2p feature negotiation #2076 Anthony Towns 2025-12-06 07:27:13 +10:00
  • 2b7f07986b BIP-374: mention secp256k1lab in BIP text #2084 Sebastian Falbesoner 2026-01-15 01:51:12 +01:00
  • 436a3dd1fa BIP-374: use tagged_hash and xor_bytes routines from secp256k1lab Sebastian Falbesoner 2026-01-15 00:56:13 +01:00
  • 459d977d9b BIP-374: replace secp256k1.py with vendored copy of secp256k1lab Sebastian Falbesoner 2025-05-20 22:05:28 +02:00
  • 4e18ee641b BIP-374: avoid using sys.path[0] to find current working directory Sebastian Falbesoner 2025-05-20 21:49:11 +02:00
  • d2ceae1dd6 Merge commit '3050bb6b25c0c20b62e2fc1a23276a09d50d151b' as 'bip-0374/secp256k1lab' Sebastian Falbesoner 2026-01-15 00:43:29 +01:00
  • 3050bb6b25 Squashed 'bip-0374/secp256k1lab/' content from commit 44dc4bd Sebastian Falbesoner 2026-01-15 00:43:29 +01:00
  • 68df14bf8c BIP174: Specify PSBT_IN_PREVIOUS_TXID serialization order (#2001) Jack D 2026-01-14 12:44:17 -09:00
  • df57b45a63 Merge pull request #2083 from jonatack/2026-bip3-edits Mark "Murch" Erhardt 2026-01-14 13:41:19 -08:00
  • 48beda420e README edits #2083 Jon Atack 2026-01-14 14:49:18 -06:00
  • 845e7d7005 Merge pull request #1820 from murchandamus/2025-04-bip3-activation Jon Atack 2026-01-14 09:06:43 -08:00
  • 1c4fe8dfea BIP77: Change sequence diagrams to text format (#2064) Dan Gould 2026-01-14 04:50:52 +08:00
  • 4486d6de91 process: Backfill missing Version headers #1820 Murch 2025-12-15 16:48:19 -08:00
  • 76efa4aabf process: Fix up license sections to match preamble Murch 2025-10-24 13:40:42 +02:00
  • 8586c32fa2 process: Use "official" SPDX identifiers Tim Ruffing 2025-10-22 21:32:52 +02:00
  • 764409cb37 bip2: Use correct SPDX license ids in the text Tim Ruffing 2025-10-22 18:51:01 +02:00
  • 7c3fab6fa7 bip134: Remove wrong License header Tim Ruffing 2025-10-22 21:29:15 +02:00
  • 2885f13d3f Convert licenses to SPDX codes Anthony Towns 2025-10-22 20:02:57 +10:00
  • 24e96e870f process: Created ↦ Assigned Murch 2025-10-08 14:59:36 -07:00
  • 85c9385e20 Allow Version field in checks as per BIP 3 Yuval Kogman 2025-07-08 14:49:40 +02:00
  • ebefd42cc8 editor: Remove outdated comment from README table Murch 2025-04-14 14:58:57 -07:00
  • 6829b943bd process: Drop unused Discussions-To Header Murch 2025-04-14 11:46:05 -07:00
  • 38f525beac BIP372: Drop redundant Discussions-To Header Murch 2025-04-14 11:47:34 -07:00
  • b712509434 process: Update license check Murch 2025-04-14 11:45:46 -07:00
  • fea4a0b0c5 process: Increase title limit Murch 2025-04-14 11:45:12 -07:00
  • 3fddf95984 process: Allow Deputies header Murch 2025-04-14 11:44:23 -07:00
  • 5207ef92a5 process: Author ↦ Authors Murch 2025-04-11 20:08:17 -07:00
  • 59730dec4f process: Remove Comments-URI and -Summary Murch 2025-04-11 20:05:13 -07:00
  • 01352f7f40 process: Post-History ↦ Discussion Murch 2025-04-11 20:07:37 -07:00
  • 863573ab0f BIP135: Move discussion to correct header Murch 2025-04-14 13:32:03 -07:00
  • a233bde4af process: Standards Track ↦ Specification Murch 2025-04-11 18:19:21 -07:00
  • ff1f3b36f8 process: Superseded-By ↦ Proposed-Replacement Murch 2025-04-11 18:17:21 -07:00
  • 66defbdc03 process: Deferred/Obsolete/Rejected/Replaced/Withdrawn ↦ Closed Murch 2025-04-11 18:11:55 -07:00
  • 5d3ceb3773 process: Final/Active ↦ Deployed Murch 2025-04-11 18:08:44 -07:00
  • 6760ba8738 process: Proposed ↦ Complete Murch 2025-04-11 18:02:31 -07:00
  • 2f497a2bbe process: Clarify handling of controversial BIPs Murch 2025-04-11 17:26:00 -07:00
  • 68c12c7f7a process: Update README to match BIP3 Murch 2025-04-11 16:11:59 -07:00
  • 4f412a4af0 process: Activate BIP3, close BIP2 Murch 2025-04-11 16:46:22 -07:00
  • 1a75a3dc13 Merge pull request #1982 from instagibbs/2025-09-p2a Olaoluwa Osuntokun 2026-01-08 19:18:05 -08:00
  • e2f9fe0c04 BIP-327: correct DeterministicSign pubnonce and key length (#2071) Tim Ruffing 2026-01-05 19:23:11 +01:00
  • fc00f51c22 Merge pull request #2057 from maradini77/patch-2 Jon Atack 2025-12-26 07:24:58 -08:00
  • 04b448b599 CI: commit README.mediawiki delta from script to git (#2063) Anthony Towns 2025-12-20 13:18:41 +10:00
  • 6441993757 BIP-310: fix version-rolling.min-bit-count parameter spec #2065 lisenokdonbassenok 2025-12-18 14:46:10 +02:00
  • 46858e5b1f Merge pull request #2058 from kurahin/fix/bip322-proof-of-funds-inputs Jon Atack 2025-12-16 17:59:57 -08:00
  • 1e663c2150 BIP-337: fix incorrect reference in Input Data Outpoint row (#2053) VolodymyrBg 2025-12-16 04:17:04 +02:00
  • f427295acc Merge pull request #2051 from murchandamus/2025-12-bip3-address-activation-motion-feedback Jon Atack 2025-12-15 15:16:23 -08:00
  • 870c7629ae Merge pull request #2056 from ajtowns/202512-bip325-signet-powlimit Jon Atack 2025-12-15 10:40:23 -08:00
  • 98935ff1f9 BIP93: terminology, typo, and phrasing fixups (#2052) Ben Westgate 2025-12-15 11:29:21 -06:00
  • 80b4b2a6bd BIP-322: fix proof-of-funds inputs wording #2058 kurahin 2025-12-14 22:32:04 +02:00
  • 76059ea230 Update gentestvectors.go #2057 maradini77 2025-12-14 17:54:59 +01:00
  • 56e909458b bip-325: document signet minimum difficulty #2056 Anthony Towns 2025-12-13 12:00:27 +10:00
  • 897fa1b9df bip3: Do not waste community’s time #2051 Murch 2025-12-11 09:16:35 -08:00
  • a9308f362e bip3: Require technical soundness Murch 2025-12-11 09:12:17 -08:00
  • 41fe83f750 bip3: Add and backfill Changelog section Murch 2025-12-09 16:28:25 -08:00
  • f389e9b1bb bip3: Avoid onus Murch 2025-12-09 15:41:22 -08:00
  • f29514f21c bip3: Fix capitalization and drop footnote Murch 2025-12-09 15:36:58 -08:00
  • 5fd4162378 bip-0003: Changes from BIP 2: Make it match actual spec Luke Dashjr 2025-11-15 21:12:38 +00:00
  • 86d9737e41 bip-0003: Move Type header responsibility to the author(s) Luke Dashjr 2025-11-15 21:07:56 +00:00
  • e44d11ebb9 bip3: Clarify that draft needs to be discussed on ML Murch 2025-12-09 15:30:46 -08:00
  • 25810a0a4a bip3: Avoid implying BIP editors must reply to every ML post Murch 2025-12-09 15:24:38 -08:00
  • 6f62034db8 bip3: Clarify editor assignment of BIP numbers Murch 2025-12-09 15:18:11 -08:00
  • 56ac1c2686 bip3: Broaden reference implementation formats Murch 2025-12-09 15:05:29 -08:00
  • 3d07d12de5 Revert "BIP3: add guidance on originality, quality, LLMs" Murch 2025-12-09 14:53:26 -08:00
  • 6ce21f4eae bip-373: Fix GLOBAL_XPUB key name and clean up compressed vs x-only note (#2007) Galoretka 2025-12-09 18:33:04 +02:00
  • 7635df6fd3 Merge pull request #2034 from hodlinator/2025/11/bip53/inversion_typo Jon Atack 2025-12-09 08:30:36 -08:00
  • ab9bc69f93 Add BIP433 Pay to Anchor (P2A) #1982 Greg Sanders 2025-09-23 16:06:39 -04:00
  • d00a52376d Merge pull request #2009 from radik878/fix/bip-0371-psbt-key-sig-name Jon Atack 2025-12-08 12:53:29 -08:00
  • 618ce32488 Merge pull request #2028 from scgbckbone/bip-0373-wording Mark "Murch" Erhardt 2025-12-08 11:38:05 -08:00
  • e15bba9273 Merge pull request #1971 from brunoerg/2025-09-psbt-invalid-data-size Mark "Murch" Erhardt 2025-12-08 11:34:42 -08:00
  • 28616a4d0c Merge pull request #2050 from yyhrnk/fix/bip390-musig-rawtr-usage Mark "Murch" Erhardt 2025-12-08 11:10:44 -08:00
  • afa18e4dbb Merge pull request #2044 from darosior/2511_bip54_forward_compat Mark "Murch" Erhardt 2025-12-08 10:21:46 -08:00