Skip to content

Commit 0fba0c5

Browse files
fmt: apply clang-format suggestions
1 parent 5402147 commit 0fba0c5

File tree

2 files changed

+44
-23
lines changed

2 files changed

+44
-23
lines changed

src/llmq/snapshot.cpp

+40-21
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,8 @@ bool BuildQuorumRotationInfo(CDeterministicMNManager& dmnman, CQuorumSnapshotMan
113113
baseBlockIndexes.push_back(blockIndex);
114114
}
115115
if (use_legacy_construction) {
116-
std::sort(baseBlockIndexes.begin(), baseBlockIndexes.end(), [](const CBlockIndex* a, const CBlockIndex* b) {
117-
return a->nHeight < b->nHeight;
118-
});
116+
std::sort(baseBlockIndexes.begin(), baseBlockIndexes.end(),
117+
[](const CBlockIndex* a, const CBlockIndex* b) { return a->nHeight < b->nHeight; });
119118
}
120119
}
121120

@@ -125,8 +124,9 @@ bool BuildQuorumRotationInfo(CDeterministicMNManager& dmnman, CQuorumSnapshotMan
125124
return false;
126125
}
127126
if (use_legacy_construction) {
128-
//Build MN list Diff always with highest baseblock
129-
if (!BuildSimplifiedMNListDiff(dmnman, chainman, qblockman, qman, baseBlockIndexes.back()->GetBlockHash(), tipBlockIndex->GetBlockHash(), response.mnListDiffTip, errorRet)) {
127+
// Build MN list Diff always with highest baseblock
128+
if (!BuildSimplifiedMNListDiff(dmnman, chainman, qblockman, qman, baseBlockIndexes.back()->GetBlockHash(),
129+
tipBlockIndex->GetBlockHash(), response.mnListDiffTip, errorRet)) {
130130
return false;
131131
}
132132
}
@@ -160,8 +160,10 @@ bool BuildQuorumRotationInfo(CDeterministicMNManager& dmnman, CQuorumSnapshotMan
160160
}
161161

162162
if (use_legacy_construction) {
163-
//Build MN list Diff always with highest baseblock
164-
if (!BuildSimplifiedMNListDiff(dmnman, chainman, qblockman, qman, GetLastBaseBlockHash(baseBlockIndexes, pWorkBlockHIndex, use_legacy_construction), pWorkBlockHIndex->GetBlockHash(), response.mnListDiffH, errorRet)) {
163+
// Build MN list Diff always with highest baseblock
164+
if (!BuildSimplifiedMNListDiff(dmnman, chainman, qblockman, qman,
165+
GetLastBaseBlockHash(baseBlockIndexes, pWorkBlockHIndex, use_legacy_construction),
166+
pWorkBlockHIndex->GetBlockHash(), response.mnListDiffH, errorRet)) {
165167
return false;
166168
}
167169
}
@@ -209,7 +211,9 @@ bool BuildQuorumRotationInfo(CDeterministicMNManager& dmnman, CQuorumSnapshotMan
209211
//Checked later if extraShare is on
210212

211213
if (use_legacy_construction) {
212-
if (!BuildSimplifiedMNListDiff(dmnman, chainman, qblockman, qman, GetLastBaseBlockHash(baseBlockIndexes, pWorkBlockHMinusCIndex, use_legacy_construction), pWorkBlockHMinusCIndex->GetBlockHash(), response.mnListDiffAtHMinusC, errorRet)) {
214+
if (!BuildSimplifiedMNListDiff(dmnman, chainman, qblockman, qman,
215+
GetLastBaseBlockHash(baseBlockIndexes, pWorkBlockHMinusCIndex, use_legacy_construction),
216+
pWorkBlockHMinusCIndex->GetBlockHash(), response.mnListDiffAtHMinusC, errorRet)) {
213217
return false;
214218
}
215219
}
@@ -223,7 +227,10 @@ bool BuildQuorumRotationInfo(CDeterministicMNManager& dmnman, CQuorumSnapshotMan
223227
}
224228

225229
if (use_legacy_construction) {
226-
if (!BuildSimplifiedMNListDiff(dmnman, chainman, qblockman, qman, GetLastBaseBlockHash(baseBlockIndexes, pWorkBlockHMinus2CIndex, use_legacy_construction), pWorkBlockHMinus2CIndex->GetBlockHash(), response.mnListDiffAtHMinus2C, errorRet)) {
230+
if (!BuildSimplifiedMNListDiff(dmnman, chainman, qblockman, qman,
231+
GetLastBaseBlockHash(baseBlockIndexes, pWorkBlockHMinus2CIndex,
232+
use_legacy_construction),
233+
pWorkBlockHMinus2CIndex->GetBlockHash(), response.mnListDiffAtHMinus2C, errorRet)) {
227234
return false;
228235
}
229236
}
@@ -237,7 +244,10 @@ bool BuildQuorumRotationInfo(CDeterministicMNManager& dmnman, CQuorumSnapshotMan
237244
}
238245

239246
if (use_legacy_construction) {
240-
if (!BuildSimplifiedMNListDiff(dmnman, chainman, qblockman, qman, GetLastBaseBlockHash(baseBlockIndexes, pWorkBlockHMinus3CIndex, use_legacy_construction), pWorkBlockHMinus3CIndex->GetBlockHash(), response.mnListDiffAtHMinus3C, errorRet)) {
247+
if (!BuildSimplifiedMNListDiff(dmnman, chainman, qblockman, qman,
248+
GetLastBaseBlockHash(baseBlockIndexes, pWorkBlockHMinus3CIndex,
249+
use_legacy_construction),
250+
pWorkBlockHMinus3CIndex->GetBlockHash(), response.mnListDiffAtHMinus3C, errorRet)) {
241251
return false;
242252
}
243253
}
@@ -267,7 +277,10 @@ bool BuildQuorumRotationInfo(CDeterministicMNManager& dmnman, CQuorumSnapshotMan
267277
}
268278

269279
CSimplifiedMNListDiff mn4c;
270-
if (!BuildSimplifiedMNListDiff(dmnman, chainman, qblockman, qman, GetLastBaseBlockHash(baseBlockIndexes, pWorkBlockHMinus4CIndex, use_legacy_construction), pWorkBlockHMinus4CIndex->GetBlockHash(), mn4c, errorRet)) {
280+
if (!BuildSimplifiedMNListDiff(dmnman, chainman, qblockman, qman,
281+
GetLastBaseBlockHash(baseBlockIndexes, pWorkBlockHMinus4CIndex,
282+
use_legacy_construction),
283+
pWorkBlockHMinus4CIndex->GetBlockHash(), mn4c, errorRet)) {
271284
return false;
272285
}
273286
if (!use_legacy_construction) {
@@ -325,7 +338,9 @@ bool BuildQuorumRotationInfo(CDeterministicMNManager& dmnman, CQuorumSnapshotMan
325338
}
326339

327340
CSimplifiedMNListDiff mnhneeded;
328-
if (!BuildSimplifiedMNListDiff(dmnman, chainman, qblockman, qman, GetLastBaseBlockHash(baseBlockIndexes, pNeededWorkBlockIndex, use_legacy_construction), pNeededWorkBlockIndex->GetBlockHash(), mnhneeded, errorRet)) {
341+
if (!BuildSimplifiedMNListDiff(dmnman, chainman, qblockman, qman,
342+
GetLastBaseBlockHash(baseBlockIndexes, pNeededWorkBlockIndex, use_legacy_construction),
343+
pNeededWorkBlockIndex->GetBlockHash(), mnhneeded, errorRet)) {
329344
return false;
330345
}
331346
if (!use_legacy_construction) {
@@ -336,42 +351,46 @@ bool BuildQuorumRotationInfo(CDeterministicMNManager& dmnman, CQuorumSnapshotMan
336351

337352
if (!use_legacy_construction) {
338353
if (!BuildSimplifiedMNListDiff(dmnman, chainman, qblockman, qman,
339-
GetLastBaseBlockHash(baseBlockIndexes, pWorkBlockHMinus3CIndex, use_legacy_construction),
354+
GetLastBaseBlockHash(baseBlockIndexes, pWorkBlockHMinus3CIndex,
355+
use_legacy_construction),
340356
pWorkBlockHMinus3CIndex->GetBlockHash(), response.mnListDiffAtHMinus3C, errorRet)) {
341357
return false;
342-
}
358+
}
343359
baseBlockIndexes.push_back(pWorkBlockHMinus3CIndex);
344360

345361
if (!BuildSimplifiedMNListDiff(dmnman, chainman, qblockman, qman,
346-
GetLastBaseBlockHash(baseBlockIndexes, pWorkBlockHMinus2CIndex, use_legacy_construction),
362+
GetLastBaseBlockHash(baseBlockIndexes, pWorkBlockHMinus2CIndex,
363+
use_legacy_construction),
347364
pWorkBlockHMinus2CIndex->GetBlockHash(), response.mnListDiffAtHMinus2C, errorRet)) {
348365
return false;
349-
}
366+
}
350367
baseBlockIndexes.push_back(pWorkBlockHMinus2CIndex);
351368

352369
if (!BuildSimplifiedMNListDiff(dmnman, chainman, qblockman, qman,
353370
GetLastBaseBlockHash(baseBlockIndexes, pWorkBlockHMinusCIndex, use_legacy_construction),
354371
pWorkBlockHMinusCIndex->GetBlockHash(), response.mnListDiffAtHMinusC, errorRet)) {
355372
return false;
356-
}
373+
}
357374
baseBlockIndexes.push_back(pWorkBlockHMinusCIndex);
358375

359376
if (!BuildSimplifiedMNListDiff(dmnman, chainman, qblockman, qman,
360377
GetLastBaseBlockHash(baseBlockIndexes, pWorkBlockHIndex, use_legacy_construction),
361378
pWorkBlockHIndex->GetBlockHash(), response.mnListDiffH, errorRet)) {
362379
return false;
363-
}
380+
}
364381
baseBlockIndexes.push_back(pWorkBlockHIndex);
365382

366-
if (!BuildSimplifiedMNListDiff(dmnman, chainman, qblockman, qman, GetLastBaseBlockHash(baseBlockIndexes, tipBlockIndex, use_legacy_construction),
383+
if (!BuildSimplifiedMNListDiff(dmnman, chainman, qblockman, qman,
384+
GetLastBaseBlockHash(baseBlockIndexes, tipBlockIndex, use_legacy_construction),
367385
tipBlockIndex->GetBlockHash(), response.mnListDiffTip, errorRet)) {
368386
return false;
369-
}
387+
}
370388
}
371389
return true;
372390
}
373391

374-
uint256 GetLastBaseBlockHash(Span<const CBlockIndex*> baseBlockIndexes, const CBlockIndex* blockIndex, bool use_legacy_construction)
392+
uint256 GetLastBaseBlockHash(Span<const CBlockIndex*> baseBlockIndexes, const CBlockIndex* blockIndex,
393+
bool use_legacy_construction)
375394
{
376395
uint256 hash;
377396
if (!use_legacy_construction) {

src/llmq/snapshot.h

+4-2
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,10 @@ class CQuorumRotationInfo
210210
bool BuildQuorumRotationInfo(CDeterministicMNManager& dmnman, CQuorumSnapshotManager& qsnapman,
211211
const ChainstateManager& chainman, const CQuorumManager& qman,
212212
const CQuorumBlockProcessor& qblockman, const CGetQuorumRotationInfo& request,
213-
bool use_legacy_construction, CQuorumRotationInfo& response, std::string& errorRet) EXCLUSIVE_LOCKS_REQUIRED(::cs_main);
214-
uint256 GetLastBaseBlockHash(Span<const CBlockIndex*> baseBlockIndexes, const CBlockIndex* blockIndex, bool use_legacy_construction);
213+
bool use_legacy_construction, CQuorumRotationInfo& response, std::string& errorRet)
214+
EXCLUSIVE_LOCKS_REQUIRED(::cs_main);
215+
uint256 GetLastBaseBlockHash(Span<const CBlockIndex*> baseBlockIndexes, const CBlockIndex* blockIndex,
216+
bool use_legacy_construction);
215217

216218
class CQuorumSnapshotManager
217219
{

0 commit comments

Comments
 (0)