dogecoin/src/zmq
Antoine Riard 10b4729e33 Pass block height in Chain::BlockConnected/Chain::BlockDisconnected
To do so we update CValidationInterface::BlockDisconnect to take a
CBlockIndex pointing to the block being disconnected.

This new parameter will be use in the following commit to establish
wallet height.
2019-11-05 12:59:16 -05:00
..
zmqabstractnotifier.cpp Make reasoning about dependencies easier by not including unused dependencies 2019-06-02 17:15:23 +02:00
zmqabstractnotifier.h
zmqconfig.h Remove unused includes 2019-10-15 22:56:43 +00:00
zmqnotificationinterface.cpp Pass block height in Chain::BlockConnected/Chain::BlockDisconnected 2019-11-05 12:59:16 -05:00
zmqnotificationinterface.h Pass block height in Chain::BlockConnected/Chain::BlockDisconnected 2019-11-05 12:59:16 -05:00
zmqpublishnotifier.cpp zmq: log outbound message high water mark when reusing socket 2019-01-19 22:06:14 +08:00
zmqpublishnotifier.h
zmqrpc.cpp rpc: switch to using RPCHelpMan.Check() 2019-07-08 09:53:52 +09:00
zmqrpc.h