| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Modify chain consensus parameters to be height aware (#1396) | Ross Nicoll | 2018-09-19 | 1 | -1/+1 |
| | | | | | | | | | | * Modify chain consensus parameters to be height aware * Correct implementation of simplified rewards in parameters * Correct max money * Use base block version in IsSuperMajority() instead of full version * Correct mining of blocks in AuxPoW tests * Add in missing pre-AuxPoW consensus checks | ||||
| * | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | 2016-12-31 | 1 | -1/+1 |
| | | | | | | | Edited via: $ contrib/devtools/copyright_header.py update . | ||||
| * | Adapt ZMQ/rest serialization to take rpcserialversion arg | instagibbs | 2016-12-05 | 1 | -2/+3 |
| | | |||||
| * | Rename the remaining main.{h,cpp} to validation.{h,cpp} | Matt Corallo | 2016-12-02 | 1 | -1/+1 |
| | | |||||
| * | Move network-msg-processing code out of main to its own file | Matt Corallo | 2016-12-02 | 1 | -0/+1 |
| | | |||||
| * | [ZMQ] append a message sequence number to every ZMQ notification | Jonas Schnelli | 2016-04-19 | 1 | -8/+21 |
| | | |||||
| * | [ZMQ] refactor message string | Jonas Schnelli | 2016-04-15 | 1 | -4/+9 |
| | | |||||
| * | Fixes ZMQ startup with bad arguments. | mrbandrews | 2016-02-29 | 1 | -0/+1 |
| | | |||||
| * | zmq: prepend zmq to debug messages | Daniel Cousens | 2015-11-19 | 1 | -5/+5 |
| | | |||||
| * | Globals: Explicit Consensus::Params arg for main: | Jorge Timón | 2015-10-30 | 1 | -1/+3 |
| | | | | | | | | | | -CheckBlockIndex -DisconnectTip -GetTransaction -InvalidateBlock -ProcessGetData -ReadBlockFromDisk | ||||
| * | use CBlockIndex* insted of uint256 for UpdatedBlockTip signal | Jonas Schnelli | 2015-09-16 | 1 | -7/+5 |
| | | | | | | - removes mapBlockIndex find operation - theoretically allows removing the cs_main lock during zqm notification while introducing a new file position lock | ||||
| * | Add ZeroMQ support. Notify blocks and transactions via ZeroMQ | Jeff Garzik | 2015-09-16 | 1 | -0/+172 |
| 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 | |||||