aboutsummaryrefslogtreecommitdiff
path: root/src/validationinterface.cpp
AgeCommit message (Expand)Author
2020-09-22Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltasGregory Sanders
2020-05-22trivial: Suggested cleanups to surrounding codeRussell Yanofsky
2020-05-15wallet: Minimal fix to restore conflicted transaction notificationsRussell Yanofsky
2020-05-13validationinterface: Rework documentation, Rename pwalletIn to callbacksMarcoFalke
2020-04-07Do not clear validationinterface entries being executedPieter Wuille
2020-04-04refactor: drop boost::signals2 in validationinterfaceRussell Yanofsky
2020-03-27Fix wallet unload race conditionRussell Yanofsky
2020-03-19Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...Wladimir J. van der Laan
2020-03-11[validation interface] Remove vtxConflicted from BlockConnectedJohn Newbery
2020-02-27Refactor FormatStateMessage into ValidationStateJeffrey Czyz
2020-01-15scripted-diff: Bump copyright of files changed in 2020MarcoFalke
2020-01-09Merge #16688: log: Add validation interface loggingWladimir J. van der Laan
2020-01-03Add logging for CValidationInterface eventsJeffrey Czyz
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-11-21Fire TransactionRemovedFromMempool from mempool251
2019-11-05Pass block height in Chain::BlockConnected/Chain::BlockDisconnectedAntoine Riard
2019-10-29[validation] Add CValidationState subclassesJohn Newbery
2019-10-15Remove unused includespracticalswift
2019-06-02Make reasoning about dependencies easier by not including unused dependenciespracticalswift
2019-04-09[wallet] Schedule tx rebroadcasts in walletJohn Newbery
2019-04-09[wallet] Keep track of the best block time in the walletJohn Newbery
2019-02-03Check m_internals in UnregisterValidationInterfaceJoão Barbosa
2019-01-31Piecewise construct to avoid invalid constructionBen Woosley
2018-12-29Merge #13743: refactor: Replace boost::bind with std::bindMarcoFalke
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-10-20scripted-diff: Replace boost::bind with std::bindChun Kuan Lee
2018-10-20refactor: Use boost::scoped_connection in signal/slot, also prefer range-base...Chun Kuan Lee
2018-08-26Add compile time checking for all cs_main runtime locking assertionspracticalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-09Remove useless mapRequest tracking that just effects Qt display.Matt Corallo
2018-06-25Drop unused init.h includesBen Woosley
2018-04-27scripted-diff: Rename SetBestChain callback ChainStateFlushedMatt Corallo
2018-04-16Hold cs_main while calling UpdatedBlockTip() and ui.NotifyBlockTipJesse Cohen
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-26Add helper to wait for validation interface queue to catch upMatt Corallo
2017-12-26Add an interface to get the queue depth out of CValidationInterfaceMatt Corallo
2017-11-28Fix shutdown in case of errors during initializationWladimir J. van der Laan
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-10-13Give ZMQ consistent order with UpdatedBlockTip on scheduler threadMatt Corallo
2017-10-13Also call other wallet notify callbacks in scheduler threadMatt Corallo
2017-10-13Add CallFunctionInQueue to wait on validation interface queue drainMatt Corallo
2017-10-13Call TransactionRemovedFromMempool in the CScheduler threadMatt Corallo
2017-10-13Add a CValidationInterface::TransactionRemovedFromMempoolMatt Corallo
2017-10-02Fix validationinterface build on super old boost/clangMatt Corallo
2017-08-16Declare single-argument (non-converting) constructors "explicit"practicalswift
2017-07-07Flush CValidationInterface callbacks prior to destructionMatt Corallo
2017-07-07Support more than one CScheduler thread for serial clientsMatt Corallo
2017-07-07Give CMainSignals a reference to the global schedulerMatt Corallo
2017-07-03Make ValidationInterface signals-type-agnosticMatt Corallo
2017-06-29rpc: Move the `generate` RPC call to rpcwalletWladimir J. van der Laan