aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/core_rpc_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change logging to easylogging++moneromooo-monero2017-01-161-8/+11
* Merge pull request #1571Riccardo Spagni2017-01-151-2/+2
|\
| * fix do_not_relay not preventing relaying on a timermoneromooo-monero2017-01-141-2/+2
* | rpc: add a command to get info about the current blockchainmoneromooo-monero2017-01-131-0/+1
|/
* Merge pull request #1543Riccardo Spagni2017-01-131-0/+2
|\
| * Add start_time to get_info methods and show uptimeMiguel Herranz2017-01-121-0/+2
* | wallet cli: print originating block heights of mixin keys when making transferkenshi842017-01-091-0/+2
|/
* rpc: add block size to GET_BLOCK_HEADER RPCmoneromooo-monero2017-01-061-0/+1
* rpc: add current block size to the getinfo callmoneromooo-monero2017-01-061-0/+2
* rpc: new function and RPC to get alternative chain infomoneromooo-monero2016-12-171-0/+18
* rpc: do not include output indices for pool txesmoneromooo-monero2016-11-231-5/+8
* Add a get_outs (fully text based) version of get_outs.binmoneromooo-monero2016-11-221-1/+37
* rpc: add output indices to gettransactionsmoneromooo-monero2016-11-221-0/+8
* rpc: add a dynamic fee estimation RPC callmoneromooo-monero2016-10-311-0/+7
* Merge pull request #1222Riccardo Spagni2016-10-221-0/+2
|\
| * rpc: add blockchain cumulative difficulty to getinfo callmoneromooo-monero2016-10-151-0/+2
* | Merge pull request #1221Riccardo Spagni2016-10-221-1/+8
|\ \
| * | rpc: add missing top block hash to json getinfo callmoneromooo-monero2016-10-151-1/+8
| |/
* / wallet: select part of the fake outs from recent outputsmoneromooo-monero2016-10-151-4/+4
|/
* print_coinbase_tx_sum now breaks output into fee and emission componentsDion Ahmetaj2016-10-101-1/+3
* changed params from start/end index to height/countDion Ahmetaj2016-10-101-1/+1
* attempted to remove whitespace spamDion Ahmetaj2016-10-101-10/+10
* added print_coinbase_tx_sum optionDion Ahmetaj2016-10-101-10/+16
* Fix build after spelling corrections in core_rpc_serverJacob Brydolf2016-10-041-2/+2
* Merge pull request #1164Riccardo Spagni2016-10-041-0/+51
|\
| * daemon: implement missing print_bc and matching RPCmoneromooo-monero2016-10-021-0/+51
* | Merge pull request #1171Riccardo Spagni2016-10-041-8/+0
|\ \
| * | Removed all code related to fast_exitNanoAkron2016-10-031-8/+0
| |/
* / Noticed two spellings of the word 'response' in the codebase, one 'responce' ...NanoAkron2016-09-291-20/+20
|/
* epee: optionally restrict HTTP service to a configurable user agentmoneromooo-monero2016-09-181-1/+9
* rpc: send global indices along with blocks/transacions on refreshmoneromooo-monero2016-08-281-0/+16
* mixable transactions must be rct for v3moneromooo-monero2016-08-281-0/+2
* core: new /getrandom_rctouts.bin binary RPC callmoneromooo-monero2016-08-281-0/+24
* remove original Cryptonote blockchain_storage blockchain formatmoneromooo-monero2016-08-281-6/+0
* daemon: print time to next forkmoneromooo-monero2016-08-121-1/+1
* Fake outs set is now decided by the walletmoneromooo-monero2016-08-111-0/+24
* new unlocked parameter to output_histogrammoneromooo-monero2016-08-011-1/+1
* core_rpc_server: fix gray/white peer list mixupmoneromooo-monero2016-07-261-1/+1
* Add a daemon RPC version, and make simplewallet check itmoneromooo-monero2016-07-101-0/+7
* rpc: restrict number of fake outs requested in restricted rpc modemoneromooo-monero2016-06-291-0/+12
* rpc: fix getblock RPC sending blob as binary, not hex dumpmoneromooo-monero2016-06-101-1/+1
* Add GET_HASHES_FAST rpc, use it in walletHoward Chu2016-04-171-0/+19
* Merge pull request #797Riccardo Spagni2016-04-141-1/+1
|\
| * rpc: add a do_not_relay boolean to tx submissionmoneromooo-monero2016-04-051-1/+1
* | rpc: add pool/blockchain and block height results to gettransactionsmoneromooo-monero2016-04-091-4/+28
|/
* Merge pull request #777Riccardo Spagni2016-04-021-0/+2
|\
| * add blockhashing blob to getblocktemplateHoward Chu2016-03-301-0/+2
* | Merge pull request #767Riccardo Spagni2016-04-021-10/+26
|\ \ | |/ |/|
| * Convey tx verification failure reasons to the RPC clientmoneromooo-monero2016-03-271-10/+26
* | New RPC and daemon command to get output histogrammoneromooo-monero2016-03-261-0/+32
|/