Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-24 | Promote Draft->Final BIPs: 50 and 73 | Luke Dashjr | |
BIP 50: Proposed action items, including the hardfork, are completed. BIP 73: Implemented by at least Bitcoin Core and BitPay. | |||
2016-02-13 | Merge pull request #329 from gavinandresen/withdraw_bip101 | Luke-Jr | |
Withdraw BIP 101 proposal | |||
2016-02-12 | Set background to withdrawn color | Gavin Andresen | |
2016-02-12 | Merge branch 'master' of github.com:bitcoin/bips | Luke Dashjr | |
2016-02-12 | Merge branch '20160201_status_updates_a2f' | Luke Dashjr | |
2016-02-11 | Withdraw BIP 101 proposal | Gavin Andresen | |
2016-02-11 | Tweaked BIP 109 title | Gavin Andresen | |
2016-02-11 | BIP102 variation for a 2mb block size bump | Gavin Andresen | |
2016-02-09 | Merge pull request #324 from luke-jr/segwit_gbt | Luke-Jr | |
BIP 145: getblocktemplate Updates for Segregated Witness | |||
2016-02-09 | Assign BIP 145: getblocktemplate Updates for Segregated Witness | Luke Dashjr | |
2016-02-08 | Merge branch 'bip-biprevised' | Luke Dashjr | |
2016-02-04 | Assign BIP 2: BIP Status and Comments | Luke Dashjr | |
2016-02-03 | Lots of formatting fixes | Luke Dashjr | |
2016-02-01 | Promote Accepted->Final BIPs 11, 14, 21, 22, 23, 31, 32, 34, 35, 37, 65 | Luke Dashjr | |
2016-01-28 | BIP74 Draft | Toby Padilla | |
2016-01-21 | update readme | Justus Ranvier | |
2016-01-19 | Merge BIP 132: Committee-based BIP Acceptance Process | Luke Dashjr | |
2016-01-19 | Assign BIP 132 | Luke Dashjr | |
2016-01-19 | Assign BIP 131 | Luke Dashjr | |
2016-01-18 | Merge pull request #283 from jl2012/patch-5 | Luke-Jr | |
New witness program definition in BIP141, and related revision in 142 - 144 | |||
2016-01-19 | Title change and new address format | Johnson Lau | |
2016-01-19 | Title change and links update | Johnson Lau | |
2016-01-13 | Merge pull request #246 from CodeShark/script_templates | Luke-Jr | |
BIP 124: Hierarchical Deterministic Script Templates | |||
2016-01-12 | Added BIP 83 | Eric Lombrozo | |
2016-01-12 | Added BIP 124 | Eric Lombrozo | |
2016-01-11 | Minor: Fix BIP65 status in README | Peter Todd | |
2016-01-08 | Fix markdown | Luke Dashjr | |
2016-01-08 | README: Fix BIP 122 number | Luke Dashjr | |
2016-01-08 | README: Common formatting for name lists | Luke Dashjr | |
2016-01-08 | Merge BIP 144: Segregated Witness (Peer Services) | Luke Dashjr | |
2016-01-08 | Assign BIP 144 | Luke Dashjr | |
2016-01-08 | Merge BIP 143: Transaction signature verification for version 0 and version ↵ | Luke Dashjr | |
1 witness program | |||
2016-01-08 | Assign BIP 143 | Luke Dashjr | |
2016-01-08 | Merge BIP 142: Address Formats for Witness Program | Luke Dashjr | |
2016-01-08 | Assign BIP 142 | Luke Dashjr | |
2016-01-08 | Merge BIP 141: Segregated Witness (Consensus layer) | Luke Dashjr | |
2016-01-08 | Assign BIP 141 | Luke Dashjr | |
2016-01-08 | Merge BIP 125: Opt-in Full Replace-by-Fee Signaling | Luke Dashjr | |
2016-01-08 | Assign BIP 125 | Luke Dashjr | |
2016-01-08 | Merge BIP 140: Normalized TXID | Luke Dashjr | |
2016-01-08 | Assign BIP 140 | Luke Dashjr | |
2016-01-08 | Merge BIP 122: URI scheme for Blockchain references / exploration | Luke Dashjr | |
2016-01-08 | Assign BIP 122 | Luke Dashjr | |
2016-01-08 | Merge BIP 107: Dynamic limit on the block size | Luke Dashjr | |
2016-01-08 | Assign BIP 107 | Luke Dashjr | |
2016-01-07 | README: Update BIP editor | Luke Dashjr | |
2015-12-26 | Changed temporary name to bip-MarcoPon-BlockchainURI - Waiting for BIP ↵ | Marco Pontello | |
number assignment | |||
2015-12-21 | Created bip-MarcoPon-01.mediawiki | MarcoPon | |
URI scheme for Blockchain references / exploration | |||
2015-12-11 | Add opt-in full-RBF signaling BIP | David A. Harding | |
2015-12-04 | BIP-0001 Should be labeled as "Process" Type | Andy Chase | |
Previously BIP-0001 listed in its header preamble that is was a "Standards Track" type proposal. This conflicts with both its own definition of "Standards Track" proposal as well as the type listed in PEP-0001 of which BIP-0001 is based on. Defitions of each type of proposal: A Standards Track BIP describes any change that affects most or all Bitcoin implementations. An Informational BIP describes a Bitcoin design issue, or provides general guidelines or information to the Bitcoin community, but does not propose a new feature. A Process BIP describes a process surrounding Bitcoin, or proposes a change to (or an event in) a process. Specifically: "Any meta-BIP is also considered a Process BIP." Based on these definitions BIP-0001 should have always been labeled as a "Process" BIP and this patch corrects this. |