summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-14scripts/buildtable: Check for extraneous spaces after header nameLuke Dashjr
2017-01-13Create bip-tkhan-block75.mediawikit.khan
2017-01-01Merge pull request #482 from techguy613/masterLuke Dashjr
Add license for BIP75
2017-01-01BIP 75: Add License headerLuke Dashjr
2017-01-01Merge branch 'master' into HEADLuke Dashjr
2017-01-01Merge pull request #486 from TheBlueMatt/masterLuke Dashjr
Clarify BIP 152 interaction with classic relay mechanisms
2017-01-01Clarify BIP 152 interaction with classic relay mechanismsMatt Corallo
2016-12-23Merge pull request #485 from luke-jr/readme_layerLuke Dashjr
README: Include BIP Layers in index
2016-12-21- Change "CBC" to GCM. This was missed during the original change from CBC ↵Matt David
to GCM
2016-12-15README: Include BIP Layers in indexLuke Dashjr
2016-12-15Merge BIPs 123 & 2 activation and implementationLuke Dashjr
2016-12-15Implement BIP 2 with merging master changesLuke Dashjr
2016-12-15Bugfix: scripts/buildtable: Increment found marker *after* processing the headerLuke Dashjr
2016-12-15Implement BIP 123 for BIP 90 (merging master)Luke Dashjr
2016-12-14- Update CC-BY version to specify 4.0Matt David
2016-12-08Merge pull request #484 from paveljanik/patch-3Luke Dashjr
Fix typos
2016-12-08Fix typospaveljanik
2016-12-06Merge pull request #483 from TheBlueMatt/masterLuke Dashjr
Clarify SPV node usage of BIP 152
2016-12-05Clarify SPV node usage.Matt Corallo
2016-12-02Merge remote-tracking branch 'upstream/master'Matt David
2016-12-02- Add CC-BY license for BIP75Matt David
2016-12-01Merge pull request #480 from sdaftuar/first-draft-ismLuke Dashjr
BIP 90: Buried deployments
2016-12-01Merge pull request #481 from luke-jr/bip0109-rejectedLuke Dashjr
Update BIP 109 status Draft->Rejected
2016-12-01fix preambleSuhas Daftuar
2016-12-01Assign BIP90 and update READMESuhas Daftuar
2016-11-30Update BIP 109 status Draft->RejectedLuke Dashjr
All proponents of BIP 109 seem to agree it is dead
2016-11-30Merge pull request #479 from blocktrail/bip67-licenseLuke Dashjr
add Copyright to BIP67
2016-11-30Emphasize code simplification over performance optimizationSuhas Daftuar
2016-11-30add Copyright to BIP67Ruben de Vries
2016-11-30BIPs 17, 18, 19, 20, 22, and 23: Add missing Copyright sectionLuke Dashjr
2016-11-30Promote BIP 2 Draft->Active, and implement itLuke Dashjr
- Update all Accepted status to Proposed (renamed status) - The BIP Comments preamble headers added to every BIP - The License preamble headers have been added to all BIPs with a Copyright section
2016-11-30Promote BIP 123 Draft->Active, and implement itLuke Dashjr
2016-11-30Merge pull request #477 from luke-jr/bip0123-clarifyLuke Dashjr
BIP 123: Clarify how used with non-Standards BIPs, and update list
2016-11-29Merge pull request #475 from zander/ft-updateLuke Dashjr
Update the spec following the new developments
2016-11-29BIP 123: Clarify how used with non-Standards BIPs, and update listLuke Dashjr
2016-11-29BIP 2: Layer is only for ST BIPsLuke Dashjr
2016-11-29BIP 2: Include Layer header from BIP 123 in general preamble and change listLuke Dashjr
2016-11-28Merge pull request #476 from techguy613/masterLuke Dashjr
BIP75 Update for SEC Formatted Public Keys and Unique Identifier
2016-11-28- Update identifier comment in paymentrequest.protoMatt David
2016-11-28- Update identifier to be a required field in ProtocolMessage and ↵Matt David
EncryptedProtocolMessage
2016-11-28Update the spec following the new developmentsTomZ
2016-11-26Merge remote-tracking branch 'upstream/master'Matt David
2016-11-23- Change EC Keys to use SEC encodingMatt David
- Update identifier default to also include epoch time to great a more unique identifier
2016-11-15Merge pull request #469 from ryanofsky/getblocktxn-nonrecentLuke-Jr
Allow block responses to getblocktxn requests
2016-11-14Initial draft of buried deployments.Suhas Daftuar
2016-11-14BIP152: Allow block responses to getblocktxn requestsRussell Yanofsky
Corresponding bitcoind change in: dac53b5 Modify getblocktxn handler not to drop requests for old blocks
2016-11-14BIP152: Fix missing space between words.Russell Yanofsky
2016-11-05Merge pull request #472 from afk11/bip39-allowed-sizesLuke-Jr
BIP39: 'recommended size' -> 'allowed size'
2016-11-03Merge pull request #473 from sdaftuar/bip152-invalid-blocksLuke-Jr
[BIP 152] Update compact block BIP for banning behavior
2016-11-03[BIP 152] Bump p2p protocol for proper banning behaviorSuhas Daftuar