summaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7010Alexander Blair2020-12-013-3/+53
|\
| * Add rpc-restricted-bind-ip optionHoward Chu2020-11-113-3/+53
* | Merge pull request #7040Alexander Blair2020-11-243-17/+21
|\ \
| * | rpc: skip non-synced bootstrap daemons in --no-sync mode tooxiphon2020-11-233-17/+21
| |/
* / rpc: on_send_raw_tx - add missing CHECK_CORE_READYxiphon2020-11-221-0/+4
|/
* Merge pull request #6966luigi11112020-11-041-2/+8
|\
| * Fix CLI and unrestricted RPC relay_tx with stempoolLee Clagett2020-10-141-2/+8
* | rpc: on_send_raw_tx (bootstrap) - send to bootstrap daemon and P2Pxiphon2020-11-021-0/+5
|/
* Merge pull request #6894v0.17.1.0luigi11112020-10-131-0/+7
|\
| * fix next_seed_height regression in getblocktemplate rpcAlexis Enston2020-10-121-0/+7
* | core_rpc_server: on_get_blocks - forward bootstrap daemon errorxiphon2020-10-131-3/+11
|/
* wallet2: adapt to deterministic unlock timeTheCharlatan2020-09-154-1/+7
* rpc: assume randomx from v13 onwardsmoneromooo-monero2020-09-071-2/+2
* Merge pull request #6111Riccardo Spagni2020-09-061-15/+11
|\
| * core: fix mining from a block that's not the current topmoneromooo-monero2020-08-271-15/+11
* | Merge pull request #6770luigi11112020-08-311-1/+5
|\ \
| * | Fix ZMQ pruned bulletproof transactionsLee Clagett2020-08-191-1/+5
* | | Integrate CLSAGs into moneromoneromooo-monero2020-08-271-1/+1
| |/ |/|
* | Merge pull request #6763Alexander Blair2020-08-271-41/+54
|\ \
| * | rpc: always send raw txes through P2P (don't use bootstrap daemon)xiphon2020-08-161-41/+54
* | | 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