aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/rpc_command_executor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4341Riccardo Spagni2018-09-181-0/+2
|\
| * daemon: request no PoW hashes we don't need when asking for blocksmoneromooo-monero2018-09-051-0/+2
* | v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero2018-09-111-12/+15
|/
* daemon.print_bc: don't print difficulty twicestoffu2018-07-241-1/+1
* Merge pull request #4029luigi11112018-07-191-1/+3
|\
| * daemon: show a bit more info with print_blockstoffu2018-06-201-1/+3
* | Merge pull request #3973luigi11112018-07-191-6/+26
|\ \ | |/ |/|
| * alt_chain_info can now give more info about a particular alt chainmoneromooo-monero2018-06-261-6/+26
* | Merge pull request #3851luigi11112018-06-191-1/+1
|\ \
| * | fix build with GCC 8.1.0moneromooo-monero2018-05-261-1/+1
* | | Merge pull request #3725luigi11112018-06-161-1/+1
|\ \ \ | |_|/ |/| |
| * | daemon: print peer state in sync_infomoneromooo-monero2018-04-281-1/+1
* | | Merge pull request #3561luigi11112018-05-311-0/+3
|\ \ \ | |_|/ |/| |
| * | Core RPC: optionally add POW hash to block_header_responsestoffu2018-04-051-0/+3
* | | daemon: request unpruned transactions for print_txmoneromooo-monero2018-05-191-0/+1
| |/ |/|
* | Fix broken interactive daemon 'limit' commands plus RPC callsrbrunner72018-04-251-6/+6
|/
* Stagenetstoffu2018-03-051-3/+3
* Merge pull request #3165Riccardo Spagni2018-02-161-4/+21
|\
| * Bootstrap daemonstoffu2018-01-301-4/+21
* | Fix in_peers/out_peers RPC operationsErik de Castro Lopo2018-01-291-2/+2
* | Allow the number of incoming connections to be limitedErik de Castro Lopo2018-01-291-0/+32
|/
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
* Merge pull request #2946Riccardo Spagni2017-12-281-1/+1
|\
| * daemon: print num txes in print_bcmoneromooo-monero2017-12-171-1/+1
* | use const refs in for loops for non tiny typesmoneromooo-monero2017-12-181-1/+1
|/
* Merge pull request #2783Riccardo Spagni2017-11-201-0/+4
|\
| * Print msg upon success for commands that were silentbinaryFate2017-11-101-0/+4
* | remove "using namespace std" from headersmoneromooo-monero2017-11-141-1/+1
* | Merge pull request #2615Riccardo Spagni2017-11-141-3/+3
|\ \
| * | Protect node privacy by proper filtering in restricted-mode RPC answersbinaryFate2017-11-081-3/+3
| |/
* / track double spending in the txpoolmoneromooo-monero2017-11-061-1/+3
|/
* Merge pull request #2591Riccardo Spagni2017-11-061-18/+24
|\
| * Fix #2559: more flexible print_tx daemon commandbinaryFate2017-10-081-18/+24
* | Merge pull request #2599Riccardo Spagni2017-10-151-1/+2
|\ \
| * | daemon: use @N syntax to output_histogram for specific amountsmoneromooo-monero2017-10-071-1/+2
| |/
* / Subaddresseskenshi842017-10-071-1/+1
|/
* Merge pull request #2512Riccardo Spagni2017-10-021-1/+1
|\
| * Log categories can now be added to and removed frommoneromooo-monero2017-09-221-1/+1
* | Merge pull request #2470Riccardo Spagni2017-10-021-29/+96
|\ \
| * | rpc: add new RPCs to get and set limitsMaxXor2017-09-191-29/+96
* | | daemon: initialize decode_as_json in RPC requestmoneromooo-monero2017-09-251-0/+1
| |/ |/|
* | daemon: indicate whether the spent key image is mined or unconfirmedstoffu2017-09-211-1/+1
* | Use latest height for fork date estimateHoward Chu2017-09-021-2/+3
|/
* Merge pull request #2349Riccardo Spagni2017-08-271-1/+1
|\
| * txpool: add tx size median to the pool statsmoneromooo2017-08-251-1/+1
* | daemon: fix backlog estimating at max block sizemoneromooo-monero2017-08-261-2/+3
|/
* Merge pull request #2311Riccardo Spagni2017-08-251-16/+4
|\
| * print peer id in 0 padded hex for consistencymoneromooo-monero2017-08-231-16/+4
* | daemon: print estimated tx backlog in print_pool_statsmoneromooo-monero2017-08-231-2/+24
|/
* Consistently print peer id in hex and on 16 charsmoneromooo-monero2017-08-161-5/+12