index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
validationinterface.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas
Gregory Sanders
2020-09-22
1
-6
/
+6
*
trivial: Suggested cleanups to surrounding code
Russell Yanofsky
2020-05-22
1
-10
/
+10
*
wallet: Minimal fix to restore conflicted transaction notifications
Russell Yanofsky
2020-05-15
1
-3
/
+3
*
validationinterface: Rework documentation, Rename pwalletIn to callbacks
MarcoFalke
2020-05-13
1
-13
/
+22
*
Do not clear validationinterface entries being executed
Pieter Wuille
2020-04-07
1
-2
/
+2
*
refactor: drop boost::signals2 in validationinterface
Russell Yanofsky
2020-04-04
1
-42
/
+73
*
Fix wallet unload race condition
Russell Yanofsky
2020-03-27
1
-2
/
+16
*
Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...
Wladimir J. van der Laan
2020-03-19
1
-5
/
+5
|
\
|
*
[validation interface] Remove vtxConflicted from BlockConnected
John Newbery
2020-03-11
1
-5
/
+5
*
|
Refactor FormatStateMessage into ValidationState
Jeffrey Czyz
2020-02-27
1
-2
/
+1
|
/
*
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
1
-1
/
+1
*
Merge #16688: log: Add validation interface logging
Wladimir J. van der Laan
2020-01-09
1
-12
/
+54
|
\
|
*
Add logging for CValidationInterface events
Jeffrey Czyz
2020-01-03
1
-12
/
+54
*
|
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
|
/
*
Fire TransactionRemovedFromMempool from mempool
251
2019-11-21
1
-24
/
+7
*
Pass block height in Chain::BlockConnected/Chain::BlockDisconnected
Antoine Riard
2019-11-05
1
-5
/
+6
*
[validation] Add CValidationState subclasses
John Newbery
2019-10-29
1
-2
/
+2
*
Remove unused includes
practicalswift
2019-10-15
1
-2
/
+0
*
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-06-02
1
-2
/
+0
*
[wallet] Schedule tx rebroadcasts in wallet
John Newbery
2019-04-09
1
-7
/
+0
*
[wallet] Keep track of the best block time in the wallet
John Newbery
2019-04-09
1
-4
/
+4
*
Check m_internals in UnregisterValidationInterface
João Barbosa
2019-02-03
1
-1
/
+3
*
Piecewise construct to avoid invalid construction
Ben Woosley
2019-01-31
1
-1
/
+5
*
Merge #13743: refactor: Replace boost::bind with std::bind
MarcoFalke
2018-12-29
1
-29
/
+32
|
\
|
*
scripted-diff: Replace boost::bind with std::bind
Chun Kuan Lee
2018-10-20
1
-10
/
+10
|
*
refactor: Use boost::scoped_connection in signal/slot, also prefer range-base...
Chun Kuan Lee
2018-10-20
1
-29
/
+32
*
|
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-1
/
+1
|
/
*
Add compile time checking for all cs_main runtime locking assertions
practicalswift
2018-08-26
1
-1
/
+0
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
Remove useless mapRequest tracking that just effects Qt display.
Matt Corallo
2018-07-09
1
-10
/
+0
*
Drop unused init.h includes
Ben Woosley
2018-06-25
1
-1
/
+0
*
scripted-diff: Rename SetBestChain callback ChainStateFlushed
Matt Corallo
2018-04-27
1
-6
/
+6
*
Hold cs_main while calling UpdatedBlockTip() and ui.NotifyBlockTip
Jesse Cohen
2018-04-16
1
-0
/
+4
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
Add helper to wait for validation interface queue to catch up
Matt Corallo
2017-12-26
1
-0
/
+12
*
Add an interface to get the queue depth out of CValidationInterface
Matt Corallo
2017-12-26
1
-0
/
+5
*
Fix shutdown in case of errors during initialization
Wladimir J. van der Laan
2017-11-28
1
-1
/
+6
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-8
/
+8
*
Give ZMQ consistent order with UpdatedBlockTip on scheduler thread
Matt Corallo
2017-10-13
1
-1
/
+3
*
Also call other wallet notify callbacks in scheduler thread
Matt Corallo
2017-10-13
1
-6
/
+16
*
Add CallFunctionInQueue to wait on validation interface queue drain
Matt Corallo
2017-10-13
1
-0
/
+4
*
Call TransactionRemovedFromMempool in the CScheduler thread
Matt Corallo
2017-10-13
1
-1
/
+3
*
Add a CValidationInterface::TransactionRemovedFromMempool
Matt Corallo
2017-10-13
1
-0
/
+19
*
Fix validationinterface build on super old boost/clang
Matt Corallo
2017-10-02
1
-0
/
+2
*
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
1
-1
/
+1
*
Flush CValidationInterface callbacks prior to destruction
Matt Corallo
2017-07-07
1
-0
/
+4
*
Support more than one CScheduler thread for serial clients
Matt Corallo
2017-07-07
1
-8
/
+14
*
Give CMainSignals a reference to the global scheduler
Matt Corallo
2017-07-07
1
-0
/
+13
*
Make ValidationInterface signals-type-agnostic
Matt Corallo
2017-07-03
1
-27
/
+81
*
rpc: Move the `generate` RPC call to rpcwallet
Wladimir J. van der Laan
2017-06-29
1
-3
/
+0
[next]