aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/core_rpc_server_commands_defs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-26Improve daemon RPC version handlingmoneromooo-monero1-1/+10
2016-11-22rpc: bump version after RPC changesmoneromooo-monero1-1/+1
2016-11-22Add a get_outs (fully text based) version of get_outs.binmoneromooo-monero1-11/+47
2016-11-22rpc: add output indices to gettransactionsmoneromooo-monero1-0/+2
2016-11-10rpc: bump RPC versionmoneromooo-monero1-1/+1
2016-10-31rpc: add a dynamic fee estimation RPC callmoneromooo-monero1-0/+23
2016-10-23Merge pull request #1247Riccardo Spagni1-0/+4
2016-10-23daemon: report transaction relay status in print_pool* commandsmoneromooo-monero1-0/+4
2016-10-22Merge pull request #1222Riccardo Spagni1-0/+2
2016-10-15wallet: select part of the fake outs from recent outputsmoneromooo-monero1-3/+10
2016-10-15rpc: add blockchain cumulative difficulty to getinfo callmoneromooo-monero1-0/+2
2016-10-10print_coinbase_tx_sum now breaks output into fee and emission componentsDion Ahmetaj1-2/+4
2016-10-10changed params from start/end index to height/countDion Ahmetaj1-4/+4
2016-10-10attempted to remove whitespace spamDion Ahmetaj1-30/+30
2016-10-10added print_coinbase_tx_sum optionDion Ahmetaj1-31/+55
2016-09-29Noticed two spellings of the word 'response' in the codebase, one 'responce' ...NanoAkron1-6/+6
2016-08-28wallet: transfer_selected_rct now also selects fake outsmoneromooo-monero1-1/+3
2016-08-28rpc: send global indices along with blocks/transacions on refreshmoneromooo-monero1-0/+20
2016-08-28mixable transactions must be rct for v3moneromooo-monero1-0/+2
2016-08-28add rct to the protocolmoneromooo-monero1-0/+1
2016-08-28core: new /getrandom_rctouts.bin binary RPC callmoneromooo-monero1-0/+30
2016-08-11Fake outs set is now decided by the walletmoneromooo-monero1-1/+46
2016-08-01new unlocked parameter to output_histogrammoneromooo-monero1-0/+2
2016-07-10Add a daemon RPC version, and make simplewallet check itmoneromooo-monero1-0/+22
2016-04-17Add GET_HASHES_FAST rpc, use it in walletHoward Chu1-0/+30
2016-04-14Merge pull request #797Riccardo Spagni1-0/+2
2016-04-09rpc: add pool/blockchain and block height results to gettransactionsmoneromooo-monero1-3/+26
2016-04-05rpc: add a do_not_relay boolean to tx submissionmoneromooo-monero1-0/+2
2016-04-02Merge pull request #777Riccardo Spagni1-0/+2
2016-04-02Merge pull request #767Riccardo Spagni1-0/+18
2016-03-30add blockhashing blob to getblocktemplateHoward Chu1-0/+2
2016-03-27Convey tx verification failure reasons to the RPC clientmoneromooo-monero1-3/+21
2016-03-26New RPC and daemon command to get output histogrammoneromooo-monero1-0/+41
2016-01-30new flush_txpool command, and associated RPC callmoneromooo-monero1-0/+21
2016-01-11rpc: fix missing target information in RPC callmoneromooo-monero1-0/+1
2016-01-05rpc: is_key_image_spent now checks the tx pool toomoneromooo-monero1-0/+6
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-12-22Merge pull request #547Riccardo Spagni1-0/+2
2015-12-19Allow the wallet to access hard fork informationmoneromooo-monero1-0/+2
2015-12-18print top block hash in daemon diff commandmoneromooo-monero1-0/+2
2015-11-30Merge pull request #503Riccardo Spagni1-0/+1
2015-11-26rpc: pass current block target in rpcmoneromooo-monero1-0/+1
2015-11-26add RPC calls and commands to get/set bansmoneromooo-monero1-0/+65
2015-10-28rpc: fix start_mining and status RPC crashesmoneromooo-monero1-0/+2
2015-10-13core_rpc_server: add optional json decoded tx to COMMAND_RPC_GET_TRANSACTIONSmoneromooo-monero1-0/+4
2015-10-13core_rpc_server: add a getblock RPC command, and fix print_blockmoneromooo-monero1-0/+32
2015-09-19Add an RPC call and daemon command to get info on hard fork votingmoneromooo-monero1-0/+35
2015-08-13core_rpc_server: replace vector<bool> with vector<int> in RPCmoneromooo-monero1-1/+1
2015-08-11Add a is_key_image_spent daemon command and RPC callmoneromooo-monero1-0/+25
2015-04-23Add mempool output to daemon via command and RPCwarptangent1-1/+14
2015-04-01remerged; commands JSON. logging upgrade. doxygenrfree2monero1-0/+74
2015-02-24RPC calls for background daemon added inThomas Winget1-1/+174
2015-01-06previous hash added to GBTRiccardo Spagni1-0/+2
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-08-01#36 simplewallet refresh include optional height paramJakob Lind1-1/+2
2014-07-23License updated to BSD 3-clausefluffypony1-3/+29
2014-07-22Missed serializing a get_connections RPC response parameterThomas Winget1-0/+1
2014-07-18Added get_connections RPC call to daemonThomas Winget1-0/+19
2014-07-01Match empty RPC request with other requestsZachary Michaels1-1/+5
2014-07-01Switch list to vector for RPC serializationZachary Michaels1-2/+2
2014-06-04'getinfo' daemon HTTP-RPC returns 'target_height' for progress estimationsNeozaru1-0/+2
2014-05-25'mining_status' Daemon RPC commandNeozaru1-0/+29
2014-05-16Added 'save_bc' command in daemon for saving blockchain remotelyNeozaru1-0/+20
2014-04-09Port mapping with UPnPAntonio Juarez1-0/+93
2014-03-20some fixesAntonio Juarez1-23/+17
2014-03-03moved all stuff to githubAntonio Juarez1-0/+343