Compact Block Tweaks #8235
pull TheBlueMatt wants to merge 3 commits into bitcoin:master from TheBlueMatt:cmpctblock changing 2 files +16 −6-
TheBlueMatt commented at 8:26 pm on June 21, 2016: memberAs I’m avoiding code churn in #8068, any further changes which are not required for correct operation will be dumped here.
-
TheBlueMatt force-pushed on Jun 21, 2016
-
TheBlueMatt force-pushed on Jun 21, 2016
-
TheBlueMatt force-pushed on Jun 21, 2016
-
Dont remove a "preferred" cmpctblock peer if they provide a block af22191a0d
-
More agressively filter compact block requests 0bd7a4c809
-
Add cmpctblock to debug help list e0786638d9
-
TheBlueMatt force-pushed on Jun 22, 2016
-
laanwj added the label P2P on Jun 25, 2016
-
instagibbs commented at 4:12 pm on July 22, 2016: member
-
btcdrak commented at 11:10 am on August 5, 2016: contributorShould this be backported to 0.13?
-
sipa commented at 1:07 pm on August 25, 2016: member@TheBlueMatt Feel like adapting the tests from #8418 to not fail here?
-
in src/main.cpp: in e0786638d9
4623@@ -4620,7 +4624,7 @@ void static ProcessGetData(CNode* pfrom, const Consensus::Params& consensusParam 4624 // they wont have a useful mempool to match against a compact block, 4625 // and we dont feel like constructing the object for them, so 4626 // instead we respond with the full, non-compact block. 4627- if (mi->second->nHeight >= chainActive.Height() - 10) { 4628+ if (CanDirectFetch(Params().GetConsensus()) && mi->second->nHeight >= chainActive.Height() - 5) {
dcousens commented at 11:08 pm on August 25, 2016:Maybe the5
would make sense as a named constant w/ explanation?laanwj commented at 1:59 pm on August 31, 2016: memberWhat is the status of this?TheBlueMatt commented at 4:14 pm on September 10, 2016: memberTheBlueMatt closed this on Sep 10, 2016
laanwj referenced this in commit 0b5a997acf on Oct 18, 2016gladcow referenced this in commit 09441b8e25 on Mar 2, 2018gladcow referenced this in commit 2a13e773ec on Mar 13, 2018gladcow referenced this in commit 138a84f1f5 on Mar 14, 2018gladcow referenced this in commit 44216c71e0 on Mar 15, 2018gladcow referenced this in commit a0af29c65c on Mar 15, 2018gladcow referenced this in commit 29a34a8d79 on Mar 15, 2018gladcow referenced this in commit 9072fcbe59 on Mar 24, 2018gladcow referenced this in commit cd2c4c6a7e on Apr 4, 2018UdjinM6 referenced this in commit bc45a2f87a on Apr 11, 2018andvgal referenced this in commit fd5c50bc2b on Jan 6, 2019CryptoCentric referenced this in commit dd3fd51204 on Feb 28, 2019DrahtBot locked this on Sep 8, 2021
TheBlueMatt instagibbs sipa btcdrak dcousens laanwjLabels
P2P
github-metadata-mirror
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-11-17 15:12 UTC
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-11-17 15:12 UTC
This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me
More mirrored repositories can be found on mirror.b10c.me