aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/core_rpc_server.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #4894Riccardo Spagni2018-12-041-1/+1
|\ \ \ | |/ / |/| |
| * | tests: slow_memmem now returns size_tmoneromooo-monero2018-11-231-1/+1
* | | Merge pull request #4878Riccardo Spagni2018-12-041-0/+2
|\ \ \
| * | | rpc: add version to get_infoJethro Grassie2018-11-211-0/+2
| |/ /
* | | Merge pull request #4869Riccardo Spagni2018-12-041-3/+3
|\ \ \
| * | | Avoid unnecessary temp block and copy ctormoneromooo-monero2018-11-191-3/+3
* | | | Merge pull request #4859Riccardo Spagni2018-12-041-13/+17
|\ \ \ \ | |_|_|/ |/| | |
| * | | Don't cache nettype in core_rpc_server use m_coredoy-lee2018-11-161-13/+17
| |/ /
* | / rpc: speedup get_output_distributionmoneromooo-monero2018-11-201-1/+42
| |/ |/|
* | tests: add unit tests for get_output_distributionmoneromooo-monero2018-11-161-1/+1
|/
* Merge pull request #4750Riccardo Spagni2018-11-141-3/+3
|\
| * use current height - 1 for top block height in err msgscryptochangements342018-11-021-3/+3
* | Merge pull request #4747Riccardo Spagni2018-11-141-1/+8
|\ \
| * | return message in stop_mining if mining never startedcryptochangements342018-10-281-1/+8
| |/
* | Merge pull request #4735Riccardo Spagni2018-11-061-1/+1
|\ \
| * | rpc: adjust ring size error message now that too high is also possiblemoneromooo-monero2018-10-271-1/+1
| |/
* | Merge pull request #4687Riccardo Spagni2018-11-041-51/+5
|\ \ | |/ |/|
| * Update ZMQ fee estimate and add ZMQ output distributionLee Clagett2018-10-231-51/+5
* | rpc: fix wrongly formatted JSON for pruned txstoffu2018-10-221-19/+12
|/
* Merge pull request #4659Riccardo Spagni2018-10-201-6/+8
|\
| * rpc: fix output distribution caching ignoring chain changesmoneromooo-monero2018-10-191-6/+8
* | tx_pool: revert #4592 and move bin2hex conversion to on_get_transaction_poolstoffu2018-10-181-0/+2
|/
* rpc: fixed typo in JSON command error response messageAnythingTechPro2018-10-041-1/+1
* Merge pull request #4399Riccardo Spagni2018-09-211-1/+10
|\
| * rpc: allow pruning of json encoded txscryptochangements342018-09-171-1/+10
* | Merge pull request #4378Riccardo Spagni2018-09-211-0/+2
|\ \
| * | rpc: add a "is an update available" flag in get_infomoneromooo-monero2018-09-141-0/+2
* | | Merge pull request #4373Riccardo Spagni2018-09-211-0/+1
|\ \ \
| * | | rpc: add cumulative difficulty in block header datamoneromooo-monero2018-09-131-0/+1
| |/ /
* | | Merge pull request #4354Riccardo Spagni2018-09-181-1/+7
|\ \ \
| * | | rpc: return "already mining" in start_mining if already miningmoneromooo-monero2018-09-091-1/+7
* | | | Merge pull request #4344Riccardo Spagni2018-09-181-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | rpc: don't include start time if restrictedmoneromooo-monero2018-09-071-1/+1
| |/ /
* | / remove obsolete daemon selection of fake outs and old tx constructionmoneromooo-monero2018-09-141-71/+0
| |/ |/|
* | v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero2018-09-111-9/+10
|/
* Merge pull request #4033luigi11112018-07-191-2/+18
|\
| * rpc: add a non binary get_transaction_pool_hashes RPCmoneromooo-monero2018-06-211-2/+18
* | Merge pull request #4013luigi11112018-07-191-0/+2
|\ \
| * | rpc: add blockchain disk size to getinfomoneromooo-monero2018-06-201-0/+2
| |/
* | Merge pull request #3981luigi11112018-07-191-32/+14
|\ \
| * | db: store cumulative rct output distribution in the db for speedmoneromooo-monero2018-07-131-32/+14
* | | Merge pull request #3973luigi11112018-07-191-2/+14
|\ \ \
| * | | alt_chain_info can now give more info about a particular alt chainmoneromooo-monero2018-06-261-2/+14
| | |/ | |/|
* | | Merge pull request #3854luigi11112018-07-191-0/+64
|\ \ \ | |_|/ |/| |
| * | update get_info RPC and bump RPC versionvictorsintnicolaas2018-06-291-0/+2
| * | add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas2018-06-291-0/+62
* | | rpc: rework to avoid repeated calculations in get_blocks.binmoneromooo-monero2018-06-261-25/+12
* | | replace std::list with std::vector on some hot pathsmoneromooo-monero2018-06-261-16/+21
* | | rpc: sanity check on number of txes in a blockmoneromooo-monero2018-06-261-0/+6
* | | rpc: add option to skip coinbase info in get_blocks.binmoneromooo-monero2018-06-261-4/+7
| |/ |/|