Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-06 | Merge pull request #233 from dcousens/patch-1 | Luke-Jr | |
BIP65: Change to accepted status | |||
2015-12-30 | Merge pull request #264 from justusranvier/bip47 | Luke-Jr | |
BIP47 clarifications | |||
2015-12-18 | update recent changes | Justus Ranvier | |
2015-12-18 | Clarify the definition of identity and the relationship to BIP-44 | Justus Ranvier | |
2015-12-18 | enumerate the list of script forms which can convey a notification pubkey | Justus Ranvier | |
2015-12-18 | clarify wallet recovery procedure | Justus Ranvier | |
2015-12-18 | clarify the various types of child keys derived from an identity | Justus Ranvier | |
2015-12-18 | add missing change notification and minor corrections | Justus Ranvier | |
2015-12-11 | Merge pull request #260 from btcdrak/bip68mtp | Luke-Jr | |
BIP68: update specification to assume MTP | |||
2015-12-11 | Merge pull request #254 from jl2012/patch-6 | Luke-Jr | |
Full description of the behavior of OP_CLTV | |||
2015-12-10 | Update deployment specification | BtcDrak | |
BIP68 must be deployed with BIP113 because MTP calculations are used by this BIP. | |||
2015-12-10 | BIP68 now assume MTP in all instances | BtcDrak | |
2015-12-09 | Update bip-0065.mediawiki | jl2012 | |
the nLockTime feature may still be active as other inputs may not be final | |||
2015-12-08 | Merge pull request #258 from petertodd/bip65-fix-spec-missing-case | Wladimir J. van der Laan | |
BIP65 formatting fixes | |||
2015-12-07 | Merge pull request #252 from jl2012/patch-5 | Luke-Jr | |
Corrections with the conditions for script failure | |||
2015-12-06 | Update bip-0065.mediawiki | jl2012 | |
2015-12-05 | Fix missing case statement at beginning of specification | Peter Todd | |
Wasn't being displayed on github; adding an empty line prior to the spec seems to fix this. | |||
2015-12-05 | Remove space in BIP66 | Peter Todd | |
Seems to be how people are writing BIP's these days. | |||
2015-12-05 | Minor: fix capitalisation | Peter Todd | |
2015-12-04 | Merge pull request #256 from techstoreclub/fix_bip0001_type | Wladimir J. van der Laan | |
BIP-0001 Should be labeled as "Process" Type | |||
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-12-02 | Merge pull request #255 from bitcoin/2015_12_bip1 | Wladimir J. van der Laan | |
Change BIP1 to status Active | |||
2015-12-01 | Change BIP1 to status Active | Wladimir J. van der Laan | |
From the text: "Some Informational and Process BIPs may also have a status of "Active" if they are never meant to be completed. E.g. BIP 1 (this BIP)." | |||
2015-12-02 | Full description of the behavior of the OP_CLTV | jl2012 | |
2015-12-01 | Corrections with the conditions for script failure | jl2012 | |
2015-11-28 | Merge pull request #245 from btcdrak/bip68sync | Luke-Jr | |
BIP68: Simplify language and update for current implementation | |||
2015-11-28 | Small fixup | BtcDrak | |
2015-11-28 | Merge pull request #249 from bitstein/master | Luke-Jr | |
BIP47: fix typo | |||
2015-11-28 | Merge pull request #238 from jwilkins/bip_103_squashed | Luke-Jr | |
Bip 103 squashed | |||
2015-11-28 | Merge pull request #248 from btcdrak/bip112sync | Luke-Jr | |
BIP112: Update document to match implementation | |||
2015-11-26 | Merge pull request #243 from CodeShark/BIP0112_revisions | Luke-Jr | |
BIP-0112 minor revision to text. | |||
2015-11-25 | Update deployment to be TBD | BtcDrak | |
2015-11-25 | Use optimised script examples | BtcDrak | |
Taken from 20/11/15 version of deployable lightning | |||
2015-11-24 | Fixup comment | BtcDrak | |
2015-11-24 | More clearly define script execution failure pathway | BtcDrak | |
2015-11-23 | fix typo | Michael Goldstein | |
2015-11-23 | BIP112: Update document to match implementation | BtcDrak | |
2015-11-23 | Rename flags in code example to match implementation | BtcDrak | |
2015-11-23 | Improve title, add encoding diagram and small fixup | BtcDrak | |
2015-11-23 | Clarify (1 << 22) logic | BtcDrak | |
2015-11-20 | Add note about free bits and correct deployment recommendations | BtcDrak | |
2015-11-20 | Update compatibility section | BtcDrak | |
2015-11-20 | clarify specification further | BtcDrak | |
2015-11-20 | Edits from kinoshitajona | BtcDrak | |
2015-11-20 | BIP68: Simplify language and update for current implementation | BtcDrak | |
2015-11-17 | Merge pull request #244 from sipa/bip62dead | Luke-Jr | |
Mark BIP62 as withdrawn | |||
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. | |||
2015-11-17 | BIP-0112 minor revision to text. | Eric Lombrozo | |
2015-11-15 | Merge pull request #195 from btcdrak/patch-3 | Gregory Maxwell | |
BIP-0001: Updates | |||
2015-11-13 | Merge #241 from branch '2015-11-13-bip65-wording-fixes' of ↵ | Jeff Garzik | |
git://github.com/petertodd/bips |