aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | rpc: fix get_output_distribution cache for the cumulative casemoneromooo-monero2018-05-301-0/+7
| |/ / |/| |
* | | db_lmdb: save pruned and prunable tx data separatelymoneromooo-monero2018-05-232-18/+3
| |/ |/|
* | speed up get_output_distribution (and precalc common case)moneromooo-monero2018-05-212-1/+129
* | Merge pull request #3705Riccardo Spagni2018-04-281-1/+1
|\ \
| * | Fix broken interactive daemon 'limit' commands plus RPC callsrbrunner72018-04-251-1/+1
* | | speedup get_output_histogram for all amounts when min_count > 0moneromooo-monero2018-04-231-1/+1
|/ /
* | Merge pull request #3672Riccardo Spagni2018-04-212-0/+36
|\ \
| * | add top height to get_output_distribution, and cache it for rctmoneromooo-monero2018-04-192-0/+35
| * | rpc: add missing perf timer for get_output_distributionmoneromooo-monero2018-04-191-0/+1
* | | Merge pull request #3549Riccardo Spagni2018-04-122-8/+14
|\ \ \ | |/ / |/| |
| * | rpc: allow getting pruned blocks from gettransactionsmoneromooo-monero2018-04-072-8/+14
| |/
* | Merge pull request #3502Riccardo Spagni2018-04-121-1/+1
|\ \
| * | fix lambda compile error on openbsdmoneromooo-monero2018-03-271-1/+1
| |/
* / rpc: make get_output_distribution a non-restricted RPCmoneromooo-monero2018-03-231-1/+1
|/
* Merge pull request #3336Riccardo Spagni2018-03-161-2/+2
|\
| * Fix typos in various filesDimitris Apostolou2018-03-151-2/+2
* | add RPC to get a histogram of outputs of a given amountmoneromooo-monero2018-03-163-1/+81
|/
* Stagenetstoffu2018-03-055-18/+32
* options: add testnet option dependencieswhythat2018-02-161-2/+6
* options: remove testnet-* optionswhythat2018-02-162-18/+4
* Merge pull request #3165Riccardo Spagni2018-02-163-1/+349
|\
| * Bootstrap daemonstoffu2018-01-303-1/+349