summaryrefslogtreecommitdiff
path: root/src/rpc/daemon_handler.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5207Riccardo Spagni2019-03-241-0/+4
|\ | | | | | | be6f426a rpc: Allow submitting tx as hex blob over ZMQ (Nathan Dorfman)
| * rpc: Allow submitting tx as hex blob over ZMQNathan Dorfman2019-02-271-0/+4
| |
* | Update 2019 copyrightbinaryFate2019-03-051-1/+1
|/
* Update ZMQ fee estimate and add ZMQ output distributionLee Clagett2018-10-231-1/+3
|
* remove obsolete daemon selection of fake outs and old tx constructionmoneromooo-monero2018-09-141-2/+0
|
* Readd copyright starting datexmr-eric2018-01-261-1/+1
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* Fix various oversights/bugs in ZMQ RPC server codeThomas Winget2017-09-051-4/+2
| | | | | | | | | - Add some RPC commands (and touch up a couple others) - some bounds checking - some better pointer management - const correctness and error handling -- Thanks @vtnerd for type help with serialization and CMake changes
* json serialization for rpc-relevant monero typesThomas Winget2017-09-051-0/+147
Structured {de-,}serialization methods for (many new) types which are used for requests or responses in the RPC. New types include RPC requests and responses, and structs which compose types within those. # Conflicts: # src/cryptonote_core/blockchain.cpp