index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
zmq
/
zmqnotificationinterface.h
Age
Commit message (
Expand
)
Author
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-11-05
Pass block height in Chain::BlockConnected/Chain::BlockDisconnected
Antoine Riard
2019-10-15
Remove unused includes
practicalswift
2018-07-05
RPC: Add new getzmqnotifications method.
Daniel Kraft
2018-06-29
Make ZMQ notification interface instance global.
Daniel Kraft
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-07-17
optim: mark a few classes final
Cory Fields
2017-04-07
Add override to functions using CValidationInterface methods
Matt Corallo
2017-04-07
SyncTransaction->TxAddedToMempool/BlockConnected/Disconnected
Matt Corallo
2017-04-07
Include missing #include in zmqnotificationinterface.h
Matt Corallo
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-24
Get rid of mapArgs direct access in ZMQ construction
Matt Corallo
2016-10-04
Make validationinterface.UpdatedBlockTip more verbose
Matt Corallo
2016-08-12
Reduce cs_main locks during ConnectTip/SyncWithWallets
Jonas Schnelli
2015-12-04
include the chaintip *blockIndex in the SyncTransaction signal
Jonas Schnelli
2015-11-04
Fix ZMQ Notification initialization and shutdown
João Barbosa
2015-09-16
use CBlockIndex* insted of uint256 for UpdatedBlockTip signal
Jonas Schnelli
2015-09-16
Add ZeroMQ support. Notify blocks and transactions via ZeroMQ
Jeff Garzik