Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-16 | use CBlockIndex* insted of uint256 for UpdatedBlockTip signal | Jonas Schnelli | |
- removes mapBlockIndex find operation - theoretically allows removing the cs_main lock during zqm notification while introducing a new file position lock | |||
2015-09-16 | Add ZeroMQ support. Notify blocks and transactions via ZeroMQ | Jeff Garzik | |
Continues Johnathan Corgan's work. Publishing multipart messages Bugfix: Add missing zmq header includes Bugfix: Adjust build system to link ZeroMQ code for Qt binaries |