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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-08
1
-1
/
+1
|
\
|
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
|
Merge #13247: Add tests to SingleThreadedSchedulerClient() and document the m...
MarcoFalke
2018-07-31
1
-0
/
+15
|
\
\
|
|
/
|
/
|
|
*
Update ValidationInterface() documentation to explicitly specify threading an...
Jesse Cohen
2018-07-30
1
-0
/
+15
*
|
Remove useless mapRequest tracking that just effects Qt display.
Matt Corallo
2018-07-09
1
-7
/
+0
*
|
Merge #13023: Fix some concurrency issues in ActivateBestChain()
Wladimir J. van der Laan
2018-05-16
1
-1
/
+5
|
\
\
|
*
|
Do not unlock cs_main in ABC unless we've actually made progress.
Matt Corallo
2018-05-12
1
-1
/
+5
|
|
/
*
|
Simplify semantics of ChainStateFlushed callback
Matt Corallo
2018-04-27
1
-0
/
+11
*
|
scripted-diff: Rename SetBestChain callback ChainStateFlushed
Matt Corallo
2018-04-27
1
-2
/
+2
|
/
*
Polish interfaces around PeerLogicValidation
Vasil Dimov
2018-03-14
1
-0
/
+5
*
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
/
+10
*
Add an interface to get the queue depth out of CValidationInterface
Matt Corallo
2017-12-26
1
-0
/
+2
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-1
/
+1
*
Give ZMQ consistent order with UpdatedBlockTip on scheduler thread
Matt Corallo
2017-10-13
1
-1
/
+5
*
Also call other wallet notify callbacks in scheduler thread
Matt Corallo
2017-10-13
1
-5
/
+23
*
Add CallFunctionInQueue to wait on validation interface queue drain
Matt Corallo
2017-10-13
1
-2
/
+14
*
Call TransactionRemovedFromMempool in the CScheduler thread
Matt Corallo
2017-10-13
1
-0
/
+2
*
Add a CValidationInterface::TransactionRemovedFromMempool
Matt Corallo
2017-10-13
1
-0
/
+18
*
Remove declaration of unused function: void UpdatedTransaction(const uint256 &)
practicalswift
2017-07-15
1
-1
/
+0
*
Flush CValidationInterface callbacks prior to destruction
Matt Corallo
2017-07-07
1
-0
/
+2
*
Support more than one CScheduler thread for serial clients
Matt Corallo
2017-07-07
1
-2
/
+0
*
Give CMainSignals a reference to the global scheduler
Matt Corallo
2017-07-07
1
-0
/
+7
*
Make ValidationInterface signals-type-agnostic
Matt Corallo
2017-07-03
1
-26
/
+36
*
rpc: Move the `generate` RPC call to rpcwallet
Wladimir J. van der Laan
2017-06-29
1
-3
/
+0
*
Remove CValidationInterface::UpdatedTransaction
Matt Corallo
2017-04-13
1
-3
/
+0
*
Use std::shared_ptr instead of boost::shared_ptr in ScriptForMining
Matt Corallo
2017-04-07
1
-3
/
+2
*
Remove dead-code tracking of requests for blocks we generated
Matt Corallo
2017-04-07
1
-3
/
+0
*
SyncTransaction->TxAddedToMempool/BlockConnected/Disconnected
Matt Corallo
2017-04-07
1
-13
/
+14
*
Merge #9558: Clarify assumptions made about when BlockCheck is called
Jonas Schnelli
2017-03-23
1
-1
/
+6
|
\
|
*
Clarify assumptions made about when BlockCheck is called
Matt Corallo
2017-01-14
1
-1
/
+6
*
|
[trivial] Fix recently introduced typos in comments
practicalswift
2017-02-14
1
-1
/
+1
*
|
Better document usage of SyncTransaction
Alex Morcos
2017-01-23
1
-2
/
+9
*
|
Add a CValidationInterface::NewPoWValidBlock callback
Matt Corallo
2017-01-05
1
-0
/
+6
*
|
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
|
/
*
Remove SyncWithWallets wrapper function
Matt Corallo
2016-10-04
1
-2
/
+2
*
Make validationinterface.UpdatedBlockTip more verbose
Matt Corallo
2016-10-04
1
-2
/
+2
*
net: Pass CConnection to wallet rather than using the global
Cory Fields
2016-09-08
1
-2
/
+3
*
Reduce cs_main locks during ConnectTip/SyncWithWallets
Jonas Schnelli
2016-08-12
1
-3
/
+3
*
Merge #6480: include the chaintip blockindex in the SyncTransaction signal, a...
Wladimir J. van der Laan
2016-02-04
1
-3
/
+4
|
\
|
*
include the chaintip *blockIndex in the SyncTransaction signal
Jonas Schnelli
2015-12-04
1
-3
/
+4
*
|
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
|
/
*
use CBlockIndex* insted of uint256 for UpdatedBlockTip signal
Jonas Schnelli
2015-09-16
1
-2
/
+3
*
Add UpdatedBlockTip signal to CMainSignals and CValidationInterface
João Barbosa
2015-09-16
1
-0
/
+3
*
miner: rename UpdateRequestCount signal to ResetRequestCount
Jonas Schnelli
2015-07-01
1
-2
/
+2
*
add CReserveScript to allow modular script keeping/returning
Jonas Schnelli
2015-07-01
1
-3
/
+4
*
detach wallet from miner
Jonas Schnelli
2015-06-30
1
-0
/
+7
*
Remove unused code from wallet and validation interface
Michael Ford
2015-05-18
1
-3
/
+0
*
fix IDE/compiler warning "extra ';'" in validationinterface.h
Philip Kaufmann
2015-05-14
1
-7
/
+7
*
Merge pull request #5940
Wladimir J. van der Laan
2015-03-30
1
-2
/
+2
|
\
[next]