summaryrefslogtreecommitdiff
path: root/src/rpc/core_rpc_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | 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-311-6/+7
|\ \
| * | Core RPC: optionally add POW hash to block_header_responsestoffu2018-04-051-6/+7
* | | 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-231-17/+2
* | speed up get_output_distribution (and precalc common case)moneromooo-monero2018-05-211-1/+16
* | speedup get_output_histogram for all amounts when min_count > 0moneromooo-monero2018-04-231-1/+1
* | Merge pull request #3672Riccardo Spagni2018-04-211-0/+34
|\ \
| * | add top height to get_output_distribution, and cache it for rctmoneromooo-monero2018-04-191-0/+33
| * | rpc: add missing perf timer for get_output_distributionmoneromooo-monero2018-04-191-0/+1
* | | Merge pull request #3549Riccardo Spagni2018-04-121-8/+12
|\ \ \ | |/ / |/| |
| * | rpc: allow getting pruned blocks from gettransactionsmoneromooo-monero2018-04-071-8/+12
| |/
* / fix lambda compile error on openbsdmoneromooo-monero2018-03-271-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-161-0/+35
|/
* Stagenetstoffu2018-03-051-11/+17
* options: add testnet option dependencieswhythat2018-02-161-2/+6
* options: remove testnet-* optionswhythat2018-02-161-15/+3
* Merge pull request #3165Riccardo Spagni2018-02-161-0/+272
|\
| * Bootstrap daemonstoffu2018-01-301-0/+272