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

Commit Graph

  • f078d4f5ff Merge pull request #2201 from dathonohm/bip110-complete master Jon Atack 2026-06-28 13:34:28 -07:00
  • b0a1a27602 BIP-110: Add test vectors JSON and generator script #2201 Dathon Ohm 2026-06-25 21:53:42 -06:00
  • 764f75e338 script: check link format in nested mediawiki files (#2199) reflecttypefor 2026-06-27 03:25:30 +08:00
  • 422fca742a BIP-110: Add Test vectors and Changelog sections Dathon Ohm 2026-06-25 21:44:45 -06:00
  • b9883fbb4b Merge pull request #2196 from fjahr/bip-t5-draft Jon Atack 2026-06-25 14:40:45 -07:00
  • c134c7db55 BIP95: Testnet 5 #2196 Fabian Jahr 2026-05-08 10:49:03 +02:00
  • f952fd1fc0 BIP-110: advance to Complete status; emphasize UTXO grandfathering; restore OP_IF byte-saving note Dathon Ohm 2026-06-24 15:42:44 -06:00
  • 861e235e93 Merge pull request #2165 from murchandamus/bip52-closed Jon Atack 2026-06-19 12:13:55 -07:00
  • 4894bcc4eb bip52: Update to Closed #2165 Murch 2026-05-20 15:13:55 -07:00
  • 6740c533e8 bip360: depth-zero script trees should be anyone-can-spend (#2198) conduition 2026-06-18 19:14:23 -06:00
  • 40cd7b4dd6 Merge pull request #2197 from ajtowns/202606-434-complete Jon Atack 2026-06-11 07:11:18 -07:00
  • 50eaa0d730 process: Check for pre-1.0 versions in complete/deployed bips #2197 Anthony Towns 2026-06-11 23:55:42 +10:00
  • b14d7c34e5 BIP-434: Add reference implementation, bump to 1.0.0, mark complete Anthony Towns 2026-06-11 15:15:57 +10:00
  • 4f17dbfa27 script: update Typos section in CONTRIBUTING.md (#2193) Jon Atack 2026-06-08 18:22:17 -07:00
  • 2125990370 Merge pull request #2189 from jonatack/2026-06-update-typos-exclusions Jon Atack 2026-06-08 10:54:39 -07:00
  • c6c1559b3f Merge pull request #2186 from DanGould/dangould/bip77-issue-1487-v1-fallback Jon Atack 2026-06-08 10:47:26 -07:00
  • 9997e00576 BIP 77: Specify v1-fallback response mechanism #2186 DanGould 2026-06-01 16:13:54 +08:00
  • 2ffcd9a4a1 Merge pull request #2190 from guggero/bip322-version-fix Jon Atack 2026-06-05 08:11:26 -07:00
  • 4061a54418 BIP-0322: use MAJOR version for address optionality #2190 Oli 2026-06-04 20:26:08 +02:00
  • c81d4236f3 Merge pull request #2188 from guggero/bip322-fix Jon Atack 2026-06-04 07:42:12 -07:00
  • e94e3c5698 BIP-0322: clarify sequence semantics for Proof of Funds #2188 Oli 2026-06-02 13:54:16 +02:00
  • 2923854e7a BIP-0322: remove address optionality for PoF Oli 2026-06-01 09:39:44 +02:00
  • 291ba6803a Update typos exclusions #2189 Jon Atack 2026-06-03 09:33:53 -06:00
  • b69b8fef21 bip343: change status from deployed to closed (#2187) Shinobi 2026-06-01 19:56:45 -05:00
  • 42dc3270db Merge pull request #2168 from stevenroose/complete-127 Jon Atack 2026-06-01 13:31:48 -07:00
  • d58e12ae83 Merge pull request #2160 from omipheo/bip-0352-class-method-annotations Jon Atack 2026-06-01 13:11:40 -07:00
  • e85e7ff2a7 Merge pull request #2185 from theStack/bip352-update-headers Jon Atack 2026-05-31 08:45:50 -07:00
  • 46e7339e9c BIP-352: update "Version" header, add "Requires" header #2185 Sebastian Falbesoner 2026-05-25 00:09:03 +02:00
  • 1495b684ff Merge pull request #2183 from evanlinjin/fix/174-explicitly-mention-proprietary-fields-as-unknown Jon Atack 2026-05-30 03:22:40 -07:00
  • a4668bb203 BIP174: Clarify proprietary fields are retained on finalization #2183 志宇 2026-05-30 05:58:09 +00:00
  • 790c777aeb Merge pull request #2178 from pythcoiner/bip_68 Murch 2026-05-29 16:22:11 -07:00
  • fae52468c9 Merge pull request #2182 from evanlinjin/fix/174-input-finalizer-clarification Murch 2026-05-29 12:00:38 -07:00
  • b4241dc504 Merge pull request #2181 from ajtowns/202605-bip434-edits Jon Atack 2026-05-29 10:07:18 -07:00
  • 9633048fc2 BIP174: Mention sighash type requirement in Input Finalizer section #2182 志宇 2026-05-29 08:03:28 +00:00
  • 18ff6bb77b BIP-434: Various rationale edits #2181 Anthony Towns 2026-05-29 15:28:41 +10:00
  • 7f9434c9c8 Merge pull request #2093 from yyhrnk/fix/txfs-index-bounds Jon Atack 2026-05-28 12:15:54 -07:00
  • 6ac8c26870 BIP68: fix wrong upper bound for nHeight #2178 pythcoiner 2026-05-28 03:35:11 +02:00
  • 76d434e5fc BIP449: OP_TWEAKADD (#1944) Jeremy Rubin 2026-05-23 10:03:53 -04:00
  • 2d12e67b00 BIP-119: use self.stack[-1] in execute_bip_119 (#2043) phrwlk 2026-05-23 03:22:38 +03:00
  • 43a4941b37 Merge pull request #2172 from darosior/2605_bip54_complete Murch 2026-05-22 11:20:32 -07:00
  • c47655654c bip-0054: move to complete #2172 Antoine Poinsot 2026-05-22 13:44:01 -04:00
  • 809ca9939a bip-0054: link to Bitcoin Core reference implementation rebased on latest version Antoine Poinsot 2026-05-22 13:43:31 -04:00
  • 5b118aa337 Merge pull request #2171 from murchandamus/bip10-record-withdrawal Jon Atack 2026-05-21 12:51:38 -07:00
  • a766a6e127 Merge pull request #2170 from darosior/bip54_rationale_additions Murch 2026-05-21 12:06:24 -07:00
  • 6c61126d74 bip-0054: mention Luke's extranonce concern in rationale #2170 Antoine Poinsot 2026-05-21 10:35:56 -04:00
  • b75238ffb3 bip-0054: rephrase/dedup motivation and rationale for BIP 34 cleanup Antoine Poinsot 2026-05-21 10:04:45 -04:00
  • 7571cd4489 bip10: Record Withdrawal in Changelog #2171 Murch 2026-05-21 10:50:34 -07:00
  • 242f7d2605 Merge pull request #2167 from murchandamus/bip1-record-close-reason Jon Atack 2026-05-21 09:54:12 -07:00
  • 6d95a22232 bip176: Advance to Complete (#2169) Murch 2026-05-21 08:35:25 -07:00
  • fefc5c1925 bip127: Add Changelog #2168 Murch 2026-05-21 08:29:51 -07:00
  • 6a36c4d8b6 Merge pull request #2164 from murchandamus/bip38-deployed Jon Atack 2026-05-21 08:25:41 -07:00
  • ce477589c8 bip-127: Mark complete Steven Roose 2026-05-21 16:28:43 +02:00
  • ec24fd371c bip-0054: more correct worst case validation times Antoine Poinsot 2026-05-21 10:54:23 -04:00
  • 4fb5a8afd0 Merge pull request #2166 from murchandamus/bip78-Deployed Jon Atack 2026-05-21 07:44:53 -07:00
  • 7563199c2d bip-127: Remove uncomplete and unused protocol buffers part Steven Roose 2026-05-21 16:27:34 +02:00
  • 92d5ce5684 bip1: Record close reason #2167 Murch 2026-05-20 17:40:05 -07:00
  • e872e76a3f bip78: Advance to Deployed #2166 Murch 2026-05-20 15:49:09 -07:00
  • 885c7062cd bip38: Advance to Deployed #2164 Murch 2026-05-20 14:48:17 -07:00
  • 19caed45a1 bip-0054: rephrase Timewarp motivation Antoine Poinsot 2026-05-20 16:41:18 -04:00
  • d293ae1a10 BIP450: Formosa—Seed Encoding per Themed Mnemonic Stories (#2108) Yuri S Villas Boas 2026-05-21 02:51:22 +07:00
  • 16e81515be Merge pull request #2159 from darosior/2505_64b_clarifications_and_rationale Jon Atack 2026-05-19 15:57:51 -07:00
  • 53cc4e36e9 Merge pull request #2162 from scgbckbone/bip322_break_changes Jon Atack 2026-05-19 14:46:13 -07:00
  • f1f1c36ff2 bip-0054: add a footnote with known workarounds for SPV verifiers #2159 Antoine Poinsot 2026-05-17 17:43:21 -04:00
  • 9e8e357b03 bip-0054: disambiguate use of "mitigation" Antoine Poinsot 2026-05-17 17:09:11 -04:00
  • 47a2d72539 bip-0054: less redundancy in 64-byte rationale, move caching risk to footnote Antoine Poinsot 2026-05-15 11:09:46 -04:00
  • 6a36f95565 nit fixes #2162 scgbckbone 2026-05-19 12:35:02 +02:00
  • 8ae3af58e0 bip-0054: state explicitly fake inclusion proofs only concern SPV verifier Antoine Poinsot 2026-05-15 10:50:34 -04:00
  • 1259a23acc BIP352: complete type annotations on bitcoin_utils class methods #2160 omipheo 2026-05-15 11:21:53 +02:00
  • 5c67f90fa8 bip-0054: clarify rationale for invalidating 64-byte txs Antoine Poinsot 2026-05-14 09:04:36 -04:00
  • 6deafd07ff Merge pull request #2155 from guggero/bip-0322-follow-up Murch 2026-05-14 05:26:27 -07:00
  • 46bfccd318 BIP-0322: grammar and readability touchup #2155 Oli 2026-05-09 17:51:12 +02:00
  • fa4e128f66 Merge pull request #2157 from arminsabouri/fix-bip322-link Jon Atack 2026-05-13 10:26:07 -07:00
  • e5863eb96d Fix bip322 link in bip174 type registry #2157 Armin Sabouri 2026-05-13 11:49:18 -04:00
  • 352c66b783 BIP-0322: clarify sighash flag for P2TR Oli 2026-05-09 17:32:18 +02:00
  • 52b2e6d81b BIP-0322: link to later sections for clarity Oli 2026-05-08 09:22:37 +02:00
  • ad0e02f746 BIP-0322: change role to author, add required BIPs Oli 2026-05-08 09:22:08 +02:00
  • 622e47722c Add BIP323: 24 nVersion bits for general purpose use (#2116) Matt Corallo 2026-05-12 23:06:55 +00:00
  • fd250df396 Merge pull request #2154 from omipheo/bip-0352-typing-return-annotations Jon Atack 2026-05-12 09:19:51 -07:00
  • 346f93844f bip-0054: spell out in more places that 64 bytes is for witness-stripped size Antoine Poinsot 2026-05-12 07:06:15 -04:00
  • 3b76c84d6f BIP352: complete return type annotations in bitcoin_utils #2154 omipheo 2026-05-08 07:39:17 +02:00
  • 9fce983a96 Merge pull request #2141 from guggero/bip-0322-finalization Jon Atack 2026-05-07 20:13:01 -07:00
  • e98e42cf0a Merge branch 'Snezhkko-chore/fix-create-outputs-recipients-typing' Jon Atack 2026-05-07 21:05:21 -06:00
  • 2f7117c6e9 BIP352: fix Any typing Jon Atack 2026-05-07 20:55:56 -06:00
  • c5c76f355a BIP352: Fix recipients typing in create_outputs to List[Dict[str, str]] Snezhkko 2025-09-08 15:23:30 +03:00
  • acf99fc160 BIP 54: grammar improvements (#2151) nervana21 2026-05-07 11:24:34 +01:00
  • 40dc3e1a19 README+BIP-0322: add changelog, mark Complete #2141 Oli 2026-04-14 15:46:06 +02:00
  • 414e16f5a2 BIP-0322: remove comments, add discussion links Oli 2026-04-20 09:37:49 +02:00
  • e69e2f9717 BIP-0322: add guggero as deputy Oli 2026-04-15 05:15:56 +02:00
  • d77863fb9e BIP-0322: update test vectors Oli 2026-04-15 14:42:26 +02:00
  • 0dd436e7d4 BIP-0174+BIP-0322: describe PSBT based signing Oli 2026-04-14 15:29:48 +02:00
  • 2cf4272948 BIP451: Dust UTXO Disposal Protocol (#2150) bubb1es71 2026-05-06 02:22:45 -05:00
  • ca418babb7 Merge pull request #2091 from EthanHeilman/fixlinks Jon Atack 2026-05-05 13:44:36 -07:00
  • eda049e920 Merge pull request #2113 from schjonhaug/fix/bip119-pseudocode-typo Jon Atack 2026-05-01 13:16:17 -07:00
  • 442e9628b3 Eliminate remaining "user-content" anchor links #2091 Murch 2026-02-27 14:27:01 -08:00
  • b3a069464a Fix other broken anchors Murch 2026-02-27 14:12:41 -08:00
  • 32b7adf847 BIP342: Fix anchor links Murch 2026-02-27 13:34:25 -08:00
  • 5137d59442 BIP23: Fix anchor links Murch 2026-02-27 13:29:59 -08:00
  • 42303cbdf8 BIP22: fix anchor links Murch 2026-02-27 12:43:35 -08:00
  • 835e7107b8 Fix broken anchor links Ethan Heilman 2026-01-23 19:55:12 -05:00
  • 5253e9a294 BIP-0329: Add spscan label type for labelling silent payments wallets (#2149) craigraw 2026-04-27 17:01:58 +02:00