tree checksum vpatch file split hunks
all signers: mod6 asciilifeform
antecedents: mod6_manifest mod6_whogaveblox
press order:
patch:
(32 . 3)(32 . 5)
5 616451 mod6_phexdigit_fix mod6 Adds missing comma to separate values in the phexdigit array in util.cpp.
6 617254 mod6_excise_hash_truncation mod6 Regrind of ben_vulpes original; Removes truncation of hashes printed to TRB log file
7 617255 mod6_whogaveblox mod6 Regrind of asciilifeform original; Record the origin of every incoming candidate block (whether accepted or rejected)
8 xxxxxx obey_sendbuffersize Fix for ancient bug in getdata (asciilifeform & mod6, apr. 2020)
9 687105 asciilifeform_dumpblocks_force_mainchain Fix for bug where 'dumpblocks' may return an orphaned block
- AA281513748DD76B77893F0813D9425DFC7163CB1ECA4AF74D707FD5371B2EC7E7652C2C7A45A0069AC5C877554CA0AC7EC0504B93F5D7C859B29DEED20146C7(1806 . 7)(1806 . 7)
14 for (map<uint256, CBlockIndex*>::iterator mi = mapBlockIndex.begin(); mi != mapBlockIndex.end(); ++mi)
15 {
16 CBlockIndex *pindex = (*mi).second;
17 if (pindex->nHeight == want_height) {
18 if ((pindex->nHeight == want_height) && pindex->IsInMainChain()) {
19 CBlock block;
20 block.ReadFromDisk(pindex);
21 printf("Dumping block %d to %s\n", want_height, filename.c_str());