Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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. | |||
2015-11-28 | Merge pull request #245 from btcdrak/bip68sync | Luke-Jr | |
BIP68: Simplify language and update for current implementation | |||
2015-11-28 | Merge pull request #238 from jwilkins/bip_103_squashed | Luke-Jr | |
Bip 103 squashed | |||
2015-11-23 | Improve title, add encoding diagram and small fixup | BtcDrak | |
2015-11-17 | Mark BIP62 as withdrawn | Pieter Wuille | |
All of BIP62's (including the only-new-transactions) are currently enforced as standardness rules, but it seems hard to push it further. Every new type of complex transaction may require new extra rules, and some important types of malleability cannot be addressed by it (for example, a single participant in a multisig spend creating a new signature with a different nonce). It seems wiser to pursue normalized txid or segregated witness-based solutions, which do solve this problem more fundamentally. |