aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/zmq_rpc.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-03-04Copyright: Update to 2022mj-xmr1-1/+2
2021-02-09Remove unused variables in monero codebaseKevin Barbour1-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.
2020-08-14Fix pruned tx for ZMQ's GetBlocksFastLee Clagett1-1/+1
2020-05-04Adding ZMQ/Pub support for txpool_add and chain_main eventsLee Clagett1-0/+722
2019-11-18Fixed bug in ZMQ JSON-RPC method fieldLee Clagett1-0/+55