summaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Expand)AuthorAgeFilesLines
* rpc: fix build, ctx does not exist yet on this branchmoneromooo-monero2019-03-061-5/+5
* rpc: make fill_pow restrictedmoneromooo-monero2019-03-061-5/+10
* rpc: fix wrongly formatted JSON for pruned txstoffu2019-02-181-19/+12
* ArticMine's new block weight algorithmmoneromooo-monero2019-02-122-0/+3
* Merge pull request #4660Riccardo 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
|/
* 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-212-1/+5
|\ \
| * | rpc: add a "is an update available" flag in get_infomoneromooo-monero2018-09-142-1/+5
* | | Merge pull request #4373Riccardo Spagni2018-09-212-0/+3
|\ \ \
| * | | rpc: add cumulative difficulty in block header datamoneromooo-monero2018-09-132-0/+3
| |/ /
* | | 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
| |/ / /
* | | | Merge pull request #4317Riccardo Spagni2018-09-181-4/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | rpc: allow to pass RPC login via RPC_LOGIN env varDusan Klinec2018-08-311-4/+10
| |/ /
* | / remove obsolete daemon selection of fake outs and old tx constructionmoneromooo-monero2018-09-146-232/+0
| |/ |/|
* | v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero2018-09-115-17/+33
|/
* Fixed ZMQ-RPC for transactions and GET_BLOCKS_FASTLee Clagett2018-08-022-26/+18
* Merge pull request #4075luigi11112018-07-191-1/+0
|\
| * remove epee from link lines where it's redundantmoneromooo-monero2018-06-281-1/+0
* | Merge pull request #4033luigi11112018-07-193-4/+44
|\ \
| * | rpc: add a non binary get_transaction_pool_hashes RPCmoneromooo-monero2018-06-213-5/+45
* | | Merge pull request #4013luigi11112018-07-192-0/+4
|\ \ \
| * | | rpc: add blockchain disk size to getinfomoneromooo-monero2018-06-202-1/+5
| |/ /
* | | Merge pull request #3981luigi11112018-07-193-146/+24
|\ \ \
| * | | db: store cumulative rct output distribution in the db for speedmoneromooo-monero2018-07-133-147/+25
* | | | Merge pull request #3973luigi11112018-07-192-2/+18
|\ \ \ \
| * | | | alt_chain_info can now give more info about a particular alt chainmoneromooo-monero2018-06-262-3/+19
* | | | | Merge pull request #3854luigi11112018-07-195-1/+96
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | update get_info RPC and bump RPC versionvictorsintnicolaas2018-06-293-1/+6
| * | | | add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas2018-06-294-0/+90
* | | | | Merge pull request #4012Riccardo Spagni2018-07-031-0/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | zmq_server: fix bind call when address and/or port are emptymoneromooo-monero2018-06-171-0/+4
| | |/ / | |/| |
* | | | Merge pull request #3716luigi11112018-06-274-73/+60
|\ \ \ \
| * | | | rpc: rework to avoid repeated calculations in get_blocks.binmoneromooo-monero2018-06-262-30/+17
| * | | | replace std::list with std::vector on some hot pathsmoneromooo-monero2018-06-264-49/+38
| * | | | 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-262-4/+9
| | |_|/ | |/| |
* / | | fix typos in language files and rpc_args.cppordtrogen2018-06-211-1/+1
|/ / /
* | | Merge pull request #3851luigi11112018-06-191-0/+2
|\ \ \ | |/ / |/| |
| * | fix build with GCC 8.1.0moneromooo-monero2018-05-261-0/+2
* | | Merge pull request #3892luigi11112018-06-071-6/+7
|\ \ \
| * | | rpc: convert distribution to cumulative after cachingmoneromooo-monero2018-05-311-6/+7
* | | | rpc: the cache is still for non cumulative on that branchmoneromooo-monero2018-06-011-0/+7
| |_|/ |/| |
* | | Merge pull request #3561luigi11112018-05-313-8/+22
|\ \ \
| * | | Core RPC: optionally add POW hash to block_header_responsestoffu2018-04-053-8/+22