aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/zmq_rpc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* zmq: add restricted rpc modeselsta2026-04-011-0/+18
|
* Copyright: Update to 2022mj-xmr2022-03-041-1/+2
|
* Remove unused variables in monero codebaseKevin Barbour2021-02-091-1/+0
| | | | | | | | | | | There are quite a few variables in the code that are no longer (or perhaps never were) in use. These were discovered by enabling compiler warnings for unused variables and cleaning them up. In most cases where the unused variables were the result of a function call the call was left but the variable assignment removed, unless it was obvious that it was a simple getter with no side effects.
* Fix pruned tx for ZMQ's GetBlocksFastLee Clagett2020-08-141-1/+1
|
* Adding ZMQ/Pub support for txpool_add and chain_main eventsLee Clagett2020-05-041-0/+722
|
* Fixed bug in ZMQ JSON-RPC method fieldLee Clagett2019-11-181-0/+55