aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/daemon_messages.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9901tobtoht2025-09-281-0/+1
|\
| * Daemon RPC: add max_block_count field to /getblocks.binj-berman2025-04-101-0/+1
* | Add new dynamic fees to ZMQLee Clagett2025-06-131-0/+1
|/
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
* Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON.Lee Clagett2020-04-111-3/+3
* Various improvements to the ZMQ JSON-RPC handling:Lee Clagett2020-03-051-8/+9
* Merge pull request #5207Riccardo Spagni2019-03-241-0/+8
|\
| * rpc: Allow submitting tx as hex blob over ZMQNathan Dorfman2019-02-271-0/+8
* | Update 2019 copyrightbinaryFate2019-03-051-1/+1
|/
* Merge pull request #4687Riccardo Spagni2018-11-041-5/+22
|\
| * Update ZMQ fee estimate and add ZMQ output distributionLee Clagett2018-10-231-5/+22
* | rpc: fix build with older compilersmoneromooo-monero2018-10-241-1/+1
|/
* rpc: blanket initialize 0MQ request and response structuresmoneromooo-monero2018-10-121-1/+1
* replace std::list with std::vector on some hot pathsmoneromooo-monero2018-06-261-1/+1
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
* Fix various oversights/bugs in ZMQ RPC server codeThomas Winget2017-09-051-31/+16
* json serialization for rpc-relevant monero typesThomas Winget2017-09-051-0/+436