summaryrefslogtreecommitdiff
path: root/bip-0152.mediawiki
AgeCommit message (Collapse)Author
2023-10-13Fix typosGoodDaisy
2020-02-29Mark BIP-0152 as FinalJanus
2017-10-18Clarify cmpctblock previous block requirementMatt Corallo
In all implementations and in the intended reading of "existing chain", cmpctblock messages should never be sent without having fully-validated every previous block it builds on, and it being a new candidate tip. Clarify that slightly more for the avoidance of doubt.
2017-03-15Propagate summary tone of BIP Comments to their applicable BIP preamblesLuke Dashjr
Affects: BIPs 38, 39, 42, 44, 47, 60, 61, 74, 75, 90, 150, 151, 152
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-15Implement BIP 2 with merging master changesLuke Dashjr
2016-12-15Implement BIP 123 for BIP 90 (merging master)Luke Dashjr
2016-12-08Fix typospaveljanik
2016-12-05Clarify SPV node usage.Matt Corallo
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-15Merge pull request #469 from ryanofsky/getblocktxn-nonrecentLuke-Jr
Allow block responses to getblocktxn requests
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-03[BIP 152] Bump p2p protocol for proper banning behaviorSuhas Daftuar
2016-11-03[BIP 152] Fix invalid linkSuhas Daftuar
2016-10-14Fix a few nits and expand on coinbase short ID calc in ver 2Matt Corallo
2016-09-28Fix a few nits suggested by @instagibbsPieter Wuille
2016-09-19Specify which block encoding to use in the fallback block messageMatt Corallo
2016-09-19Fix message typeMatt Corallo
2016-09-19Switch priority order to highest-first and add sample negotiationMatt Corallo
2016-09-06Add version negotiation detailsMatt Corallo
2016-09-06Version 2 sendcmpct for integration of segwit with CBPieter Wuille
2016-06-28Link to permanent PR of reference implementation฿tcDrak
2016-06-16Allow block responses to MSG_CMPCT_BLOCK requestsMatt Corallo
2016-06-07More small changesPieter Wuille
2016-06-04Small fixesPieter Wuille
2016-06-04Eloborate hash function design in BIP152Pieter Wuille
2016-05-22Add compact-block bipMatt Corallo