aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Expand)AuthorAgeFilesLines
* replace most boost serialization with existing monero serializationmoneromooo-monero2020-08-172-15/+71
* Merge pull request #6727Alexander Blair2020-08-161-6/+4
|\
| * rpc: reject wrong sized txidmoneromooo-monero2020-07-301-6/+4
* | Merge pull request #6722Alexander Blair2020-08-161-1/+2
|\ \
| * | rpc: return empty txid get_outs rather than 00..00 when not requestedmoneromooo-monero2020-07-251-1/+2
| |/
* | Merge pull request #6603Alexander Blair2020-08-162-5/+1
|\ \
| * | Change ZMQ-JSON txextra to hex and remove unnecessary base fieldsLee Clagett2020-08-142-5/+1
* | | Switch to insitu parsing for ZMQ-JSON; GetBlocksFast reads 13%+ fasterLee Clagett2020-08-146-11/+15
* | | Fix pruned tx for ZMQ's GetBlocksFastLee Clagett2020-08-141-0/+1
* | | Adding ZMQ/Pub support for txpool_add and chain_main eventsLee Clagett2020-05-046-53/+788
| |/ |/|
* | Merge pull request #6512Alexander Blair2020-07-1925-25/+25
|\ \
| * | Update copyright year to 2020SomaticFanatic2020-05-0625-25/+25
| |/
* | Merge pull request #6627luigi11112020-07-081-1/+1
|\ \
| * | rpc: fix loading rpc payment data from filemoneromooo-monero2020-06-051-1/+1
* | | Merge pull request #6611luigi11112020-07-081-1/+1
|\ \ \
| * | | rpc: fix comparison of seconds vs microsecondsmoneromooo-monero2020-05-311-1/+1
| | |/ | |/|
* | | Merge pull request #6599luigi11112020-07-081-1/+1
|\ \ \
| * | | rpc: fix relay_tx error return mixupmoneromooo-monero2020-05-281-1/+1
| |/ /
* | | Merge pull request #6584luigi11112020-07-081-5/+5
|\ \ \
| * | | rpc: don't display invalid json errors on default log levelmoneromooo-monero2020-05-231-5/+5
| |/ /
* | | Merge pull request #6574luigi11112020-07-082-0/+12
|\ \ \
| * | | rpc: lock access to the rpc payment objectmoneromooo-monero2020-05-192-0/+12
| |/ /
* | | Merge pull request #6576luigi11112020-06-082-6/+46
|\ \ \ | |_|/ |/| |
| * | rpc: add a sanity limit to a few RPC in restricted modemoneromooo-monero2020-05-202-6/+46
| |/
* / Fix boost <1.60 compilation and fix boost 1.73+ warningsLee Clagett2020-05-311-2/+2
|/
* Merge pull request #6486luigi11112020-05-061-1/+2
|\
| * Fixes for ZMQ JSON-RPC endpoint names for raw txLee Clagett2020-04-291-1/+2
* | Merge pull request #6481luigi11112020-05-061-1/+1
|\ \
| * | rpc: fix 'use_bootstrap_daemon_if_necessary' return valuexiphon2020-04-271-1/+1
* | | Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON.Lee Clagett2020-04-115-67/+66
* | | Merge pull request #6453luigi11112020-05-012-1/+3
|\ \ \
| * | | bootstrap_daemon: fix missing virtual destructor and lambda capture (clang wa...xiphon2020-04-152-1/+3
* | | | Use byte_slice for sending zmq messages - removes data copy within zmqLee Clagett2020-04-036-22/+33
| |_|/ |/| |
* | | Allow unrestricted rpc calls to get full txpool infoLee Clagett2020-03-301-7/+12
| |/ |/|
* | Adding Dandelion++ support to public networks:Lee Clagett2020-03-263-11/+11
|/
* Merge pull request #6361luigi11112020-04-041-3/+12
|\
| * Fixed bug in ZMQ JSON-RPC method fieldLee Clagett2019-11-181-3/+12
* | Merge pull request #6357luigi11112020-04-047-43/+304
|\ \
| * | daemon: auto public nodes - cache and prioritize most stable nodesxiphon2020-02-287-43/+304
* | | Merge pull request #6351luigi11112020-04-041-2/+2
|\ \ \
| * | | Move hex->bin conversion to monero copyright files and with less includesLee Clagett2020-03-091-2/+2
* | | | Merge pull request #6342luigi11112020-04-041-0/+5
|\ \ \ \
| * | | | rpc: Add check for too old timestamps in payment signatures.Guillaume Le Vaillant2020-02-171-0/+5
| | |/ / | |/| |
* | | | Merge pull request #6338luigi11112020-04-041-3/+1
|\ \ \ \
| * | | | Hash domain separationSarang Noether2020-04-011-3/+1
* | | | | cryptonote_basic: drop unused verification_context::m_not_rct fieldxiphon2020-03-313-9/+0
|/ / / /
* | | | Merge pull request #6325luigi11112020-03-311-1/+4
|\ \ \ \
| * | | | rpc: fix print_pool_sh not finding local txesmoneromooo-monero2020-02-081-1/+4
| |/ / /
* | | | Merge pull request #6260luigi11112020-03-312-1/+12
|\ \ \ \
| * | | | rpc: add --rpc-payment-allow-free-loopbackmoneromooo-monero2020-03-122-1/+12
| | |/ / | |/| |