1
0
mirror of https://github.com/bitcoin/bips.git synced 2024-11-19 09:50:06 +01:00
Commit Graph

29 Commits

Author SHA1 Message Date
Janus
61cd31c864 Mark BIP-0152 as Final 2020-02-29 18:29:02 -06:00
Matt Corallo
f13983178a Clarify cmpctblock previous block requirement
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-10-18 18:22:57 -04:00
Luke Dashjr
d939615535 Propagate summary tone of BIP Comments to their applicable BIP preambles
Affects: BIPs 38, 39, 42, 44, 47, 60, 61, 74, 75, 90, 150, 151, 152
2017-03-15 10:48:56 +00:00
Luke Dashjr
657151e00e Merge pull request #486 from TheBlueMatt/master
Clarify BIP 152 interaction with classic relay mechanisms
2017-01-01 12:24:58 +00:00
Matt Corallo
f8a9db58c0 Clarify BIP 152 interaction with classic relay mechanisms 2017-01-01 04:16:28 +01:00
Luke Dashjr
3a28003993 Implement BIP 2 with merging master changes 2016-12-15 04:21:00 +00:00
Luke Dashjr
fd5a85d6b8 Implement BIP 123 for BIP 90 (merging master) 2016-12-15 04:10:07 +00:00
paveljanik
8102d5f5af Fix typos 2016-12-08 10:20:04 +01:00
Matt Corallo
aee228746d Clarify SPV node usage. 2016-12-05 13:55:40 -08:00
Luke Dashjr
959fecc15b Promote BIP 2 Draft->Active, and implement it
- 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-30 09:51:01 +00:00
Luke Dashjr
72f18918a8 Promote BIP 123 Draft->Active, and implement it 2016-11-30 09:45:33 +00:00
Luke-Jr
1dedbfa5a6 Merge pull request #469 from ryanofsky/getblocktxn-nonrecent
Allow block responses to getblocktxn requests
2016-11-15 07:54:09 +00:00
Russell Yanofsky
376029beea BIP152: Allow block responses to getblocktxn requests
Corresponding bitcoind change in:

dac53b5 Modify getblocktxn handler not to drop requests for old blocks
2016-11-14 10:58:34 -05:00
Russell Yanofsky
21985daefb BIP152: Fix missing space between words. 2016-11-14 10:57:48 -05:00
Suhas Daftuar
30620da93c [BIP 152] Bump p2p protocol for proper banning behavior 2016-11-03 08:44:55 -04:00
Suhas Daftuar
78c3b0a244 [BIP 152] Fix invalid link 2016-11-03 08:12:20 -04:00
Matt Corallo
10fcf4ed0d Fix a few nits and expand on coinbase short ID calc in ver 2 2016-10-14 10:09:03 -04:00
Pieter Wuille
78cbaca940 Fix a few nits suggested by @instagibbs 2016-09-28 04:52:50 +02:00
Matt Corallo
430bf9f235 Specify which block encoding to use in the fallback block message 2016-09-19 19:43:38 +02:00
Matt Corallo
bca0dfb3b9 Fix message type 2016-09-19 19:43:38 +02:00
Matt Corallo
a380daff16 Switch priority order to highest-first and add sample negotiation 2016-09-19 19:43:38 +02:00
Matt Corallo
367eade6e8 Add version negotiation details 2016-09-06 13:13:59 +02:00
Pieter Wuille
316d4f32a0 Version 2 sendcmpct for integration of segwit with CB 2016-09-06 13:13:59 +02:00
฿tcDrak
ecfb7ebbca Link to permanent PR of reference implementation 2016-06-28 22:42:20 +01:00
Matt Corallo
c32b2a7c70 Allow block responses to MSG_CMPCT_BLOCK requests 2016-06-16 17:43:49 -07:00
Pieter Wuille
e26eadc3ca More small changes 2016-06-07 15:52:03 +02:00
Pieter Wuille
cfdd9574be Small fixes 2016-06-04 14:58:04 +02:00
Pieter Wuille
f2e10ba7b2 Eloborate hash function design in BIP152 2016-06-04 01:56:39 +02:00
Matt Corallo
20a842244b Add compact-block bip 2016-05-22 18:21:32 -07:00