Age | Commit message (Expand) | Author |
2023-09-30 | validation: pass ChainstateRole for validationinterface calls | James O'Beirne |
2023-09-30 | validation: only call UpdatedBlockTip for active chainstate | James O'Beirne |
2023-01-05 | refactor: add kernel/cs_main.* | fanquake |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-05-09 | scripted-diff: Rename MainSignalsInstance() class to MainSignalsImpl() | Jon Atack |
2022-05-09 | refactor: remove unused forward declarations in validationinterface.h | Jon Atack |
2022-05-09 | refactor: make MainSignalsInstance() a class | Jon Atack |
2022-02-25 | Add coinstatsindex_unclean_shutdown test | Ryan Ofsky |
2020-09-22 | Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas | Gregory Sanders |
2020-05-22 | trivial: Suggested cleanups to surrounding code | Russell Yanofsky |
2020-05-15 | wallet: Minimal fix to restore conflicted transaction notifications | Russell Yanofsky |
2020-05-13 | validationinterface: Rework documentation, Rename pwalletIn to callbacks | MarcoFalke |
2020-04-04 | refactor: drop boost::signals2 in validationinterface | Russell Yanofsky |
2020-03-27 | Fix wallet unload race condition | Russell Yanofsky |
2020-03-11 | [validation interface] Remove vtxConflicted from BlockConnected | John Newbery |
2020-03-11 | [wallet] Notify conflicted transactions in TransactionRemovedFromMempool | John Newbery |
2020-01-15 | scripted-diff: Bump copyright of files changed in 2020 | MarcoFalke |
2020-01-15 | scripted-diff: Replace CCriticalSection with RecursiveMutex | MarcoFalke |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-11-21 | Fire TransactionRemovedFromMempool from mempool | 251 |
2019-11-05 | Pass block height in Chain::BlockConnected/Chain::BlockDisconnected | Antoine Riard |
2019-10-29 | [validation] Add CValidationState subclasses | John Newbery |
2019-06-25 | Remove extra CBlockIndex declaration | RJ Rybarczyk |
2019-04-10 | [cleanup] Remove unused CReserveKey | John Newbery |
2019-04-09 | [wallet] Schedule tx rebroadcasts in wallet | John Newbery |
2019-04-09 | [wallet] Keep track of the best block time in the wallet | John Newbery |
2018-08-26 | Add compile time checking for all cs_main runtime locking assertions | practicalswift |
2018-08-08 | Merge #13780: 0.17: Pre-branch maintenance | Wladimir J. van der Laan |
2018-07-31 | Merge #13247: Add tests to SingleThreadedSchedulerClient() and document the m... | MarcoFalke |
2018-07-30 | Update ValidationInterface() documentation to explicitly specify threading an... | Jesse Cohen |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-07-09 | Remove useless mapRequest tracking that just effects Qt display. | Matt Corallo |
2018-05-16 | Merge #13023: Fix some concurrency issues in ActivateBestChain() | Wladimir J. van der Laan |
2018-05-12 | Do not unlock cs_main in ABC unless we've actually made progress. | Matt Corallo |
2018-04-27 | Simplify semantics of ChainStateFlushed callback | Matt Corallo |
2018-04-27 | scripted-diff: Rename SetBestChain callback ChainStateFlushed | Matt Corallo |
2018-03-14 | Polish interfaces around PeerLogicValidation | Vasil Dimov |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-12-26 | Add helper to wait for validation interface queue to catch up | Matt Corallo |
2017-12-26 | Add an interface to get the queue depth out of CValidationInterface | Matt Corallo |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-10-13 | Give ZMQ consistent order with UpdatedBlockTip on scheduler thread | Matt Corallo |
2017-10-13 | Also call other wallet notify callbacks in scheduler thread | Matt Corallo |
2017-10-13 | Add CallFunctionInQueue to wait on validation interface queue drain | Matt Corallo |
2017-10-13 | Call TransactionRemovedFromMempool in the CScheduler thread | Matt Corallo |
2017-10-13 | Add a CValidationInterface::TransactionRemovedFromMempool | Matt Corallo |
2017-07-15 | Remove declaration of unused function: void UpdatedTransaction(const uint256 &) | practicalswift |
2017-07-07 | Flush CValidationInterface callbacks prior to destruction | Matt Corallo |
2017-07-07 | Support more than one CScheduler thread for serial clients | Matt Corallo |
2017-07-07 | Give CMainSignals a reference to the global scheduler | Matt Corallo |