aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/core_rpc_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Fix typo on bitmonerod rpc method error.Mike C2016-03-141-3/+3
* rpc: do not return bans if they're effectively spentmoneromooo-monero2016-03-121-4/+7
* new flush_txpool command, and associated RPC callmoneromooo-monero2016-01-301-0/+54
* rpc: add missing return on error when getting a txmoneromooo-monero2016-01-301-0/+1
* Fix V1/V2 use of hard fork related parametersmoneromooo-monero2016-01-291-2/+2
* rpc: fix missing target information in RPC callmoneromooo-monero2016-01-111-0/+2
* rpc: is_key_image_spent now checks the tx pool toomoneromooo-monero2016-01-051-1/+31
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
* Merge pull request #547Riccardo Spagni2015-12-221-1/+1
|\
| * Allow the wallet to access hard fork informationmoneromooo-monero2015-12-191-1/+1