29 Commits (fd29d3df299bd06c0e6bb218863e0c855b3b91af)

Author SHA1 Message Date
practicalswift aa95947ded Use the override specifier (C++11) where we expect to be overriding the virtual function of a base class 7 years ago
Jorge Timón 1c897fc3da
Missing includes 8 years ago
Matt Corallo acad82f375 Add override to functions using CValidationInterface methods 8 years ago
Matt Corallo 461e49fee2 SyncTransaction->TxAddedToMempool/BlockConnected/Disconnected 8 years ago
Matt Corallo f5e9a019a4 Include missing #include in zmqnotificationinterface.h 8 years ago
Gregory Maxwell 6b3bb3d9ba Change LogAcceptCategory to use uint32_t rather than sets of strings. 8 years ago
Karl-Johan Alm 5ba61f0034
[zmq] Call va_end() on va_start()ed args. 8 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
Matt Corallo 71fde5563b Get rid of mapArgs direct access in ZMQ construction 8 years ago
instagibbs 412bab22b2 Adapt ZMQ/rest serialization to take rpcserialversion arg 8 years ago
Matt Corallo 76faa3cdfe Rename the remaining main.{h,cpp} to validation.{h,cpp} 8 years ago
Matt Corallo e736772c56 Move network-msg-processing code out of main to its own file 8 years ago
Matt Corallo 12ee1fe018 Always call UpdatedBlockTip, even if blocks were only disconnected 8 years ago
Matt Corallo 87e7d72807 Make validationinterface.UpdatedBlockTip more verbose 8 years ago
MarcoFalke fa27c0a2c4 [doc] Fix typos in comments, doxygen: Fix comment syntax 8 years ago
Jonas Schnelli b3b3c2a562
Reduce cs_main locks during ConnectTip/SyncWithWallets 8 years ago
Jonas Schnelli 0b25a9fb42
[ZMQ] append a message sequence number to every ZMQ notification 9 years ago
Jonas Schnelli de821d56e1
[ZMQ] refactor message string 9 years ago
mrbandrews 0040118959 Fixes ZMQ startup with bad arguments. 9 years ago
MarcoFalke fa7e4c0919 Bump copyright headers to 2014 9 years ago
Jonas Schnelli 7d0bf0bb46
include the chaintip *blockIndex in the SyncTransaction signal 9 years ago
Daniel Cousens ffacd27def zmq: prepend zmq to debug messages 9 years ago
João Barbosa de0499d3b8 Fix ZMQ Notification initialization and shutdown 9 years ago
Jorge Timón 87cbdb8b41 Globals: Explicit Consensus::Params arg for main: 9 years ago
Jonas Schnelli d76a8acb9b use CBlockIndex* insted of uint256 for UpdatedBlockTip signal 9 years ago
Jeff Garzik e6a14b64d6 Add ZeroMQ support. Notify blocks and transactions via ZeroMQ 9 years ago