summaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Expand)AuthorAgeFilesLines
* Improve daemon RPC version handlingmoneromooo-monero2016-11-261-1/+10
* rpc: do not include output indices for pool txesmoneromooo-monero2016-11-231-5/+8
* rpc: bump version after RPC changesmoneromooo-monero2016-11-221-1/+1
* Add a get_outs (fully text based) version of get_outs.binmoneromooo-monero2016-11-223-13/+87
* rpc: add output indices to gettransactionsmoneromooo-monero2016-11-222-0/+10
* rpc: bump RPC versionmoneromooo-monero2016-11-101-1/+1
* rpc: add a dynamic fee estimation RPC callmoneromooo-monero2016-10-313-0/+32
* Merge pull request #1247Riccardo Spagni2016-10-231-0/+4
|\
| * daemon: report transaction relay status in print_pool* commandsmoneromooo-monero2016-10-231-0/+4
* | Merge pull request #1222Riccardo Spagni2016-10-222-0/+4
|\ \
| * | rpc: add blockchain cumulative difficulty to getinfo callmoneromooo-monero2016-10-152-0/+4
* | | 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-152-7/+14
|/
* print_coinbase_tx_sum now breaks output into fee and emission componentsDion Ahmetaj2016-10-102-3/+7
* changed params from start/end index to height/countDion Ahmetaj2016-10-103-7/+7
* attempted to remove whitespace spamDion Ahmetaj2016-10-103-57/+57
* added print_coinbase_tx_sum optionDion Ahmetaj2016-10-103-58/+90
* Fix build after spelling corrections in core_rpc_serverJacob Brydolf2016-10-041-2/+2
* Merge pull request #1164Riccardo Spagni2016-10-042-0/+53
|\
| * daemon: implement missing print_bc and matching RPCmoneromooo-monero2016-10-022-0/+53
* | Merge pull request #1139Riccardo Spagni2016-10-041-2/+2
|\ \
| * | Dropped "bit" from bitmonero.Randi Joseph2016-09-261-2/+2
| |/
* | Merge pull request #1171Riccardo Spagni2016-10-042-10/+0
|\ \
| * | Removed all code related to fast_exitNanoAkron2016-10-032-10/+0
| |/
* / Noticed two spellings of the word 'response' in the codebase, one 'responce' ...NanoAkron2016-09-293-27/+27
|/
* epee: optionally restrict HTTP service to a configurable user agentmoneromooo-monero2016-09-182-1/+10
* cmake: transitive deps and remove deprecated LINK_*redfish2016-09-181-4/+2
* wallet: transfer_selected_rct now also selects fake outsmoneromooo-monero2016-08-281-1/+3
* rpc: send global indices along with blocks/transacions on refreshmoneromooo-monero2016-08-282-0/+36
* mixable transactions must be rct for v3moneromooo-monero2016-08-282-0/+4
* add rct to the protocolmoneromooo-monero2016-08-281-0/+1
* core: new /getrandom_rctouts.bin binary RPC callmoneromooo-monero2016-08-283-0/+56
* 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-113-1/+72
* new unlocked parameter to output_histogrammoneromooo-monero2016-08-012-1/+3
* core_rpc_server: fix gray/white peer list mixupmoneromooo-monero2016-07-261-1/+1
* Merge pull request #902Riccardo Spagni2016-07-203-0/+31
|\
| * Add a daemon RPC version, and make simplewallet check itmoneromooo-monero2016-07-103-0/+31
* | rpc: fix get_bans and set_bans RPC names, they were missing a _moneromooo-monero2016-07-101-2/+2
|/
* 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
* Restrict also 'get_connections' and 'getbans' APIs.osensei2016-05-161-2/+2
* Don't allow 'flush_txpool' and 'setbans' JSON_RPC methods when running in res...osensei2016-05-141-2/+2
* Add GET_HASHES_FAST rpc, use it in walletHoward Chu2016-04-173-0/+51
* Merge pull request #797Riccardo Spagni2016-04-142-1/+3
|\
| * rpc: add a do_not_relay boolean to tx submissionmoneromooo-monero2016-04-052-1/+3
* | rpc: add pool/blockchain and block height results to gettransactionsmoneromooo-monero2016-04-092-7/+54
|/
* Merge pull request #777Riccardo Spagni2016-04-022-0/+4
|\