dash/src/zmq
PastaPastaPasta fe0ebb3c04
refactor: fix numerous compilation warnings (#4682)
* 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()
2022-02-11 19:15:26 +03:00
..
zmqabstractnotifier.cpp Merge #16129: refactor: Remove unused includes (#4623) 2022-01-03 13:10:02 -06:00
zmqabstractnotifier.h refactor: fix numerous compilation warnings (#4682) 2022-02-11 19:15:26 +03:00
zmqnotificationinterface.cpp Merge #16129: refactor: Remove unused includes (#4623) 2022-01-03 13:10:02 -06:00
zmqnotificationinterface.h Merge #16659: refactoring: Remove unused includes 2021-12-12 16:44:54 -05:00
zmqpublishnotifier.cpp 16659 continuation 2021-12-17 12:02:16 -05:00
zmqpublishnotifier.h Merge bitcoin#14060: ZMQ: add options to configure outbound message high water mark, aka SNDHWM (#4360) 2021-09-08 12:39:06 -04:00
zmqrpc.cpp Merge #14987: RPCHelpMan: Pass through Result and Examples 2021-11-09 15:24:51 -08:00
zmqrpc.h Merge #13570: RPC: Add new "getzmqnotifications" method 2020-07-17 15:42:49 -05:00
zmqutil.cpp Merge bitcoin/bitcoin#22200: zmq: use std::string in zmqError() 2021-09-24 13:32:16 -04:00
zmqutil.h Merge bitcoin/bitcoin#22200: zmq: use std::string in zmqError() 2021-09-24 13:32:16 -04:00