summaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8891luigi11112023-08-172-2/+7
|\
| * core_rpc_server: return ID of submitted blockjeffro2562023-06-302-2/+7
* | Enforce restricted # pool txs served via RPC + optimize chunked reqs [release...j-berman2023-07-092-37/+34
* | wallet2, RPC: Optimize RPC calls for periodic refresh from 3 down to 1 call [...rbrunner72023-07-092-58/+171
|/
* Add a size limit for tx_extra in tx pooltevador2023-03-182-1/+5
* Refactored rx-slow-hash.cSChernykh2022-12-141-3/+1
* wallet2: check wallet compatibility with daemon's hard fork versionj-berman2022-09-122-1/+24
* rpc: skip bootstrap nodes that are lower than last checkpointselsta2022-09-061-0/+6
* Revert "Merge pull request #7937"j-berman2022-06-131-36/+14
* Give better error messages when missing SSL filesJeffrey Ryan2022-05-051-5/+16
* add a sanity check to RPC input data sizemoneromooo-monero2022-04-211-0/+2
* Add Include statementsJeffrey2022-04-181-0/+1
* Fee changes from ArticMinemoneromooo-monero2022-04-102-1/+13
* Merge pull request #8197luigi11112022-04-0631-31/+35
|\
| * Copyright: Update to 2022mj-xmr2022-03-0431-31/+35
* | Merge pull request #7937luigi11112022-04-061-14/+36
|\ \
| * | Make RPC server functions that read db thread safej-berman2022-04-051-14/+36
* | | Merge pull request #8187luigi11112022-03-181-6/+0
|\ \ \
| * | | Fixes: Don't require --rpc-login with --rpc-access-control-origins #8168Jeffrey2022-02-191-6/+0
| | |/ | |/|
* / | rpc: add explicit restricted flag to /get_infotobtoht2022-02-072-1/+4
|/ /
* | Merge pull request #7943luigi11112021-11-301-2/+2
|\ \
| * | rpc: don't set error code as status stringselsta2021-09-151-2/+2
| |/
* | Merge pull request #8083luigi11112021-11-261-0/+15
|\ \
| * | rpc: fix DoS vector in get_output_distributionmoneromooo-monero2021-10-241-0/+15
* | | Add calcpow RPCHoward Chu2021-11-203-1/+62
|/ /
* | Merge pull request #7960luigi11112021-10-111-2/+14
|\ \
| * | rpc: Fix get_transactions failing when not foundNathan Dorfman2021-09-201-2/+14
| |/
* | Merge pull request #7891luigi11112021-09-235-15/+189
|\ \ | |/ |/|
| * RPC and ZeroMQ APIs to support p2poolSChernykh2021-09-115-15/+189
* | Merge pull request #7616luigi11112021-09-092-3/+7
|\ \ | |/ |/|
| * daemon: allow proxy configurationanon2021-08-202-3/+7
* | rpc: source file extensions must be explicit (cmake warning)selsta2021-07-151-1/+1
* | Merge pull request #7661luigi11112021-06-101-1/+4
|\ \
| * | Improve cryptonote (block and tx) binary read performanceLee Clagett2021-01-231-1/+4
| |/
* | Merge pull request #7662luigi11112021-06-102-1/+5
|\ \ | |/ |/|
| * rpc: send confirmations in get_transactions resultmoneromooo-monero2021-04-152-1/+5
* | Merge pull request #7384luigi11112021-04-162-23/+33
|\ \
| * | rpc: fix some error return codes/statusmoneromooo-monero2021-02-152-23/+33
* | | Merge pull request #7002luigi11112021-04-162-0/+2
|\ \ \ | |_|/ |/| |
| * | Reduce compilation time of epee/portable_storage_template_helper.hmj-xmr2021-03-282-0/+2
* | | Merge pull request #7326luigi11112021-03-295-18/+63
|\ \ \ | |/ / |/| |
| * | bootstrap_daemon: proxy configuration supportxiphon2021-01-215-19/+64
* | | Fix monerod --rpc-ssl disabledLee Clagett2021-01-281-1/+1
* | | Merge pull request #7366luigi11112021-03-201-2/+23
|\ \ \
| * | | Store RPC SSL key/cert for consistent authentication between runsLee Clagett2021-02-131-2/+23
| | |/ | |/|
* | | Merge pull request #6810luigi11112021-03-203-1/+169
|\ \ \
| * | | New add_aux_pow RPC to support merge miningmoneromooo-monero2021-02-093-1/+169
| |/ /
* / / Remove unused variables in monero codebaseKevin Barbour2021-02-091-2/+0
|/ /
* | Merge pull request #7112luigi11112021-01-151-2/+2
|\ \ | |/ |/|
| * rpc: report target height as 0 when syncedmoneromooo-monero2020-12-101-2/+2