aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/core_rpc_server_commands_defs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-03-04default initialize rpc structuresmoneromooo-monero1-140/+259
2019-03-04ArticMine's new block weight algorithmmoneromooo-monero1-0/+2
2019-01-22Pruningmoneromooo-monero1-5/+42
2018-12-12Merge pull request #4903Riccardo Spagni1-0/+23
2018-12-04Merge pull request #4878Riccardo Spagni1-0/+2
2018-11-28add command pop_blocksJason Wong1-0/+23
2018-11-26Merge pull request #4821Riccardo Spagni1-1/+3
2018-11-26rpc: speedup get_outs.binmoneromooo-monero1-1/+3
2018-11-21rpc: add version to get_infoJethro Grassie1-1/+3
2018-11-20rpc: speedup get_output_distributionmoneromooo-monero1-1/+61
2018-11-04Merge pull request #4687Riccardo Spagni1-7/+6
2018-10-23Update ZMQ fee estimate and add ZMQ output distributionLee Clagett1-7/+6
2018-10-16rpc: remove unused ctorsmoneromooo-monero1-3/+0
2018-09-21Merge pull request #4378Riccardo Spagni1-1/+3
2018-09-21Merge pull request #4373Riccardo Spagni1-0/+2
2018-09-14remove obsolete daemon selection of fake outs and old tx constructionmoneromooo-monero1-77/+0
2018-09-14rpc: add a "is an update available" flag in get_infomoneromooo-monero1-1/+3
2018-09-13rpc: add cumulative difficulty in block header datamoneromooo-monero1-0/+2
2018-09-11v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero1-4/+14
2018-07-19Merge pull request #4033luigi11111-1/+23
2018-07-19Merge pull request #4013luigi11111-0/+2
2018-07-19Merge pull request #3981luigi11111-1/+10
2018-07-19Merge pull request #3973luigi11111-0/+4
2018-07-19Merge pull request #3854luigi11111-1/+28
2018-07-13db: store cumulative rct output distribution in the db for speedmoneromooo-monero1-2/+11
2018-06-29update get_info RPC and bump RPC versionvictorsintnicolaas1-1/+3
2018-06-29add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas1-0/+25
2018-06-26replace std::list with std::vector on some hot pathsmoneromooo-monero1-9/+9
2018-06-26rpc: add option to skip coinbase info in get_blocks.binmoneromooo-monero1-0/+2
2018-06-26alt_chain_info can now give more info about a particular alt chainmoneromooo-monero1-1/+5
2018-06-21rpc: add a non binary get_transaction_pool_hashes RPCmoneromooo-monero1-2/+24
2018-06-20rpc: add blockchain disk size to getinfomoneromooo-monero1-1/+3
2018-06-19Merge pull request #3851luigi11111-0/+2
2018-05-31Merge pull request #3561luigi11111-1/+14
2018-05-26fix build with GCC 8.1.0moneromooo-monero1-0/+2
2018-04-25Fix broken interactive daemon 'limit' commands plus RPC callsrbrunner71-1/+1
2018-04-21Merge pull request #3672Riccardo Spagni1-0/+2
2018-04-19add top height to get_output_distribution, and cache it for rctmoneromooo-monero1-0/+2
2018-04-07rpc: allow getting pruned blocks from gettransactionsmoneromooo-monero1-0/+2
2018-04-05Core RPC: optionally add POW hash to block_header_responsestoffu1-1/+14
2018-03-16add RPC to get a histogram of outputs of a given amountmoneromooo-monero1-1/+44
2018-03-05Stagenetstoffu1-0/+4
2018-02-16Merge pull request #3165Riccardo Spagni1-0/+64
2018-01-30Bootstrap daemonstoffu1-0/+64
2018-01-29Allow the number of incoming connections to be limitedErik de Castro Lopo1-2/+22
2018-01-27Merge pull request #3144Riccardo Spagni1-1/+3
2018-01-27Merge pull request #3136Riccardo Spagni1-1/+1
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2018-01-17rpc: expose recent median block size in getinfomoneromooo-monero1-1/+3
2018-01-16rpc: default do_not_relay to false in sendrawtransactionmoneromooo-monero1-1/+1
2018-01-04Change cryptonote::COMMAND_RPC_SET_LIMIT::response to use int64_tNick Johnson1-2/+2
2017-12-16Merge pull request #2878Riccardo Spagni1-1/+3
2017-12-02Merge pull request #2838Riccardo Spagni1-2/+2
2017-11-30rpc: add offline state in info rpcmoneromooo-monero1-1/+3
2017-11-25Merge pull request #2794Riccardo Spagni1-0/+2
2017-11-18make connection_id a string in RPCmoneromooo-monero1-2/+2
2017-11-14Merge pull request #2753Riccardo Spagni1-0/+2
2017-11-14Merge pull request #2735Riccardo Spagni1-1/+3
2017-11-14core: warn when free disk space is lowmoneromooo-monero1-1/+3
2017-11-14rpc: added miner_tx_hash to resp of getblockstoffu1-1/+3
2017-11-07RPC: get_info add rpc_connections_countTim L1-1/+3
2017-11-06track double spending in the txpoolmoneromooo-monero1-0/+8
2017-10-15lightwallet rpc server commandsJaquee1-1/+353
2017-10-02Merge pull request #2512Riccardo Spagni1-0/+3
2017-10-02Merge pull request #2470Riccardo Spagni1-0/+49
2017-09-22Log categories can now be added to and removed frommoneromooo-monero1-0/+3
2017-09-21wallet2: correctly handle in/out payments for view-only walletstoffu1-1/+3
2017-09-19rpc: add new RPCs to get and set limitsMaxXor1-1/+50
2017-08-27Merge pull request #2349Riccardo Spagni1-0/+2
2017-08-26rpc: add a new RPC to get current txpool backlog (sizes and fees)moneromooo-monero1-0/+27
2017-08-25txpool: add tx size median to the pool statsmoneromooo1-0/+2
2017-08-07Merge pull request #2149Riccardo Spagni1-0/+56
2017-08-07cryptonote_protocol_handler: sync speedupmoneromooo-monero1-1/+57
2017-07-04Add on_get_alt_blocks_hashes RPC callmoneroexamples1-1/+20
2017-06-18Merge pull request #2066Riccardo Spagni1-1/+16
2017-06-18Merge pull request #2052Riccardo Spagni1-1/+10
2017-06-04Add histogram to poolstatsHoward Chu1-1/+16
2017-06-01Speedup print_pool_statsHoward Chu1-1/+46
2017-05-27abstracted nework addressesmoneromooo-monero1-2/+11
2017-04-19Add expected total reward to RPC "getblocktemplate".assylias1-1/+3
2017-04-02daemon: new relay_tx command and RPCmoneromooo-monero1-1/+22
2017-03-23core, wallet: faster tx pool scanningmoneromooo-monero1-1/+21
2017-03-03Merge pull request #1820Riccardo Spagni1-1/+3
2017-02-27Add support for the wallet to refresh pruned blocksmoneromooo-monero1-1/+3
2017-02-24daemon/rpc: updates command and RPCmoneromooo-monero1-0/+35
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-16More robust battery status handling.Dion Ahmetaj1-0/+2
2017-02-10Added a note about smart mining to status command. Fixed up a bug where I was...Dion Ahmetaj1-0/+2
2017-02-10Background/smart mining. If a users' computer is plugged into a powerDion Ahmetaj1-0/+2
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-2/+2
2017-01-15Merge pull request #1569Riccardo Spagni1-1/+23
2017-01-16specify restore height by YYYY-MM-DD formatkenshi841-1/+23
2017-01-16Change logging to easylogging++moneromooo-monero1-0/+20
2017-01-16macro to define core RPC version for avoiding future mistakekenshi841-1/+2
2017-01-15Merge pull request #1571Riccardo Spagni1-0/+2
2017-01-14fix do_not_relay not preventing relaying on a timermoneromooo-monero1-1/+3
2017-01-13rpc: add a command to get info about the current blockchainmoneromooo-monero1-1/+3
2017-01-13Merge pull request #1543Riccardo Spagni1-0/+2
2017-01-12Add start_time to get_info methods and show uptimeMiguel Herranz1-1/+3
2017-01-09wallet cli: print originating block heights of mixin keys when making transferkenshi841-1/+9
2017-01-08Merge pull request #1534Riccardo Spagni1-1/+5
2017-01-06rpc: add block size to GET_BLOCK_HEADER RPCmoneromooo-monero1-1/+3
2017-01-06rpc: add current block size to the getinfo callmoneromooo-monero1-1/+3
2016-12-24rpc: fix mixup in tx_info serializationmoneromooo-monero1-1/+1
2016-12-17rpc: new function and RPC to get alternative chain infomoneromooo-monero1-0/+35
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