mirror of
https://github.com/dashpay/dash.git
synced 2024-12-30 22:35:51 +01:00
fe0ebb3c04
* style: use clang-tidy style named parameters * refactor: make IsTimeOutOfBounds testable by having current time be a parameter * style: use x-> not (*x). * refactor: make SelectCoinsGroupedByAddresses return a vector, remove out param previous semantics was return false if the vecTally vector was empty. Now we just let the caller check if it is empty or not * refactor: fix some sign-compare warnings * refactor: consistently pre-declare stuff as struct / class inline with underlying type * refactor: don't return const bool * refactor: use ref to string * refactor: use = default for CompactTallyItem * refactor: adjust "initialization" ordering * refactor: adjust how we handle negatives in GetProjectedMNPayees, use std::min * refactor: don't bind a reference to a temporary value * refactor: use a ref * refactor: ensure attempt in SelectMemberForRecovery is non-negative. * refactor: remove unused this capture * refactor: fix numerous sign-compare warnings * refactor: more consistently use size_t, use empty() |
||
---|---|---|
.. | ||
asmap.cpp | ||
asmap.h | ||
bytevectorhash.cpp | ||
bytevectorhash.h | ||
error.cpp | ||
error.h | ||
fees.cpp | ||
fees.h | ||
getuniquepath.cpp | ||
getuniquepath.h | ||
macros.h | ||
memory.h | ||
moneystr.cpp | ||
moneystr.h | ||
ranges.h | ||
serfloat.cpp | ||
serfloat.h | ||
spanparsing.cpp | ||
spanparsing.h | ||
strencodings.cpp | ||
strencodings.h | ||
string.cpp | ||
string.h | ||
system.cpp | ||
system.h | ||
threadnames.cpp | ||
threadnames.h | ||
time.cpp | ||
time.h | ||
url.cpp | ||
url.h | ||
validation.cpp | ||
validation.h | ||
vector.h |