aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/core_rpc_server.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-19Add expected total reward to RPC "getblocktemplate".assylias1-1/+1
2017-04-02daemon: new relay_tx command and RPCmoneromooo-monero1-0/+46
2017-03-23core, wallet: faster tx pool scanningmoneromooo-monero1-0/+8
2017-03-05rpc: fix BUILD_TAG mispelling (BUILDTAG)moneromooo-monero1-2/+2
2017-03-03Merge pull request #1820Riccardo Spagni1-1/+31
2017-02-27Add support for the wallet to refresh pruned blocksmoneromooo-monero1-1/+28
2017-02-27rpc: add a default category for daemon rpcmoneromooo-monero1-0/+3
2017-02-24daemon/rpc: updates command and RPCmoneromooo-monero1-0/+95
2017-02-23rpc: make mining_status RPC work when syncingmoneromooo-monero1-1/+1
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-21Merge pull request #1727Riccardo Spagni1-7/+13
2017-02-21Merge pull request #1737Riccardo Spagni1-1/+1
2017-02-16More robust battery status handling.Dion Ahmetaj1-1/+1
2017-02-13rpc: fix some RPC calls not returning OK status when neededmoneromooo-monero1-0/+3
2017-02-13blockchain_db: add "raw" blobdata getters for block and transactionmoneromooo-monero1-7/+13
2017-02-12Merge pull request #1712Riccardo Spagni1-1/+1
2017-02-12rpc: fix daemon mixed style set_log 2,category:levelmoneromooo-monero1-1/+1
2017-02-10Added a note about smart mining to status command. Fixed up a bug where I was...Dion Ahmetaj1-0/+1
2017-02-10Background/smart mining. If a users' computer is plugged into a powerDion Ahmetaj1-1/+1
2017-02-11Merge pull request #1689Riccardo Spagni1-31/+18
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-3/+3
2017-02-06Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett1-31/+18
2017-02-02Merge pull request #1636Riccardo Spagni1-0/+17
2017-02-02Merge pull request #1634Riccardo Spagni1-1/+1
2017-01-28Add concurrency check to rpc mining to ensure not too many threads. number of...Ashley Perpetual1-0/+17
2017-01-26Fix invalid + of std::string and intTimothy D. Prime1-1/+1
2017-01-22Remove boost/foreach.cpp includesMiguel Herranz1-1/+0
2017-01-22Replace BOOST_FOREACH with C++11 ranged forMiguel Herranz1-7/+7
2017-01-22rpc: fix orphan_status when getting blocksmoneromooo-monero1-4/+6
2017-01-15Merge pull request #1569Riccardo Spagni1-0/+30
2017-01-16specify restore height by YYYY-MM-DD formatkenshi841-0/+30
2017-01-16Change logging to easylogging++moneromooo-monero1-8/+11
2017-01-15Merge pull request #1571Riccardo Spagni1-2/+2
2017-01-14fix do_not_relay not preventing relaying on a timermoneromooo-monero1-2/+2
2017-01-13rpc: add a command to get info about the current blockchainmoneromooo-monero1-0/+1
2017-01-13Merge pull request #1543Riccardo Spagni1-0/+2
2017-01-12Add start_time to get_info methods and show uptimeMiguel Herranz1-0/+2
2017-01-09wallet cli: print originating block heights of mixin keys when making transferkenshi841-0/+2
2017-01-06rpc: add block size to GET_BLOCK_HEADER RPCmoneromooo-monero1-0/+1
2017-01-06rpc: add current block size to the getinfo callmoneromooo-monero1-0/+2
2016-12-17rpc: new function and RPC to get alternative chain infomoneromooo-monero1-0/+18
2016-11-23rpc: do not include output indices for pool txesmoneromooo-monero1-5/+8
2016-11-22Add a get_outs (fully text based) version of get_outs.binmoneromooo-monero1-1/+37
2016-11-22rpc: add output indices to gettransactionsmoneromooo-monero1-0/+8
2016-10-31rpc: add a dynamic fee estimation RPC callmoneromooo-monero1-0/+7
2016-10-22Merge pull request #1222Riccardo Spagni1-0/+2
2016-10-22Merge pull request #1221Riccardo Spagni1-1/+8
2016-10-15wallet: select part of the fake outs from recent outputsmoneromooo-monero1-4/+4
2016-10-15rpc: add blockchain cumulative difficulty to getinfo callmoneromooo-monero1-0/+2
2016-10-15rpc: add missing top block hash to json getinfo callmoneromooo-monero1-1/+8
2016-10-10print_coinbase_tx_sum now breaks output into fee and emission componentsDion Ahmetaj1-1/+3
2016-10-10changed params from start/end index to height/countDion Ahmetaj1-1/+1
2016-10-10attempted to remove whitespace spamDion Ahmetaj1-10/+10
2016-10-10added print_coinbase_tx_sum optionDion Ahmetaj1-10/+16
2016-10-04Fix build after spelling corrections in core_rpc_serverJacob Brydolf1-2/+2
2016-10-04Merge pull request #1164Riccardo Spagni1-0/+51
2016-10-04Merge pull request #1171Riccardo Spagni1-8/+0
2016-10-03Removed all code related to fast_exitNanoAkron1-8/+0
2016-10-02daemon: implement missing print_bc and matching RPCmoneromooo-monero1-0/+51
2016-09-29Noticed two spellings of the word 'response' in the codebase, one 'responce' ...NanoAkron1-20/+20
2016-09-18epee: optionally restrict HTTP service to a configurable user agentmoneromooo-monero1-1/+9
2016-08-28rpc: send global indices along with blocks/transacions on refreshmoneromooo-monero1-0/+16
2016-08-28mixable transactions must be rct for v3moneromooo-monero1-0/+2
2016-08-28core: new /getrandom_rctouts.bin binary RPC callmoneromooo-monero1-0/+24
2016-08-28remove original Cryptonote blockchain_storage blockchain formatmoneromooo-monero1-6/+0
2016-08-12daemon: print time to next forkmoneromooo-monero1-1/+1
2016-08-11Fake outs set is now decided by the walletmoneromooo-monero1-0/+24
2016-08-01new unlocked parameter to output_histogrammoneromooo-monero1-1/+1
2016-07-26core_rpc_server: fix gray/white peer list mixupmoneromooo-monero1-1/+1
2016-07-10Add a daemon RPC version, and make simplewallet check itmoneromooo-monero1-0/+7
2016-06-29rpc: restrict number of fake outs requested in restricted rpc modemoneromooo-monero1-0/+12
2016-06-10rpc: fix getblock RPC sending blob as binary, not hex dumpmoneromooo-monero1-1/+1
2016-04-17Add GET_HASHES_FAST rpc, use it in walletHoward Chu1-0/+19
2016-04-14Merge pull request #797Riccardo Spagni1-1/+1
2016-04-09rpc: add pool/blockchain and block height results to gettransactionsmoneromooo-monero1-4/+28
2016-04-05rpc: add a do_not_relay boolean to tx submissionmoneromooo-monero1-1/+1
2016-04-02Merge pull request #777Riccardo Spagni1-0/+2
2016-04-02Merge pull request #767Riccardo Spagni1-10/+26
2016-03-30add blockhashing blob to getblocktemplateHoward Chu1-0/+2
2016-03-27Convey tx verification failure reasons to the RPC clientmoneromooo-monero1-10/+26
2016-03-26New RPC and daemon command to get output histogrammoneromooo-monero1-0/+32
2016-03-14Fix typo on bitmonerod rpc method error.Mike C1-3/+3
2016-03-12rpc: do not return bans if they're effectively spentmoneromooo-monero1-4/+7
2016-01-30new flush_txpool command, and associated RPC callmoneromooo-monero1-0/+54
2016-01-30rpc: add missing return on error when getting a txmoneromooo-monero1-0/+1
2016-01-29Fix V1/V2 use of hard fork related parametersmoneromooo-monero1-2/+2
2016-01-11rpc: fix missing target information in RPC callmoneromooo-monero1-0/+2
2016-01-05rpc: is_key_image_spent now checks the tx pool toomoneromooo-monero1-1/+31
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-12-22Merge pull request #547Riccardo Spagni1-1/+1
2015-12-19Allow the wallet to access hard fork informationmoneromooo-monero1-1/+1
2015-12-18print top block hash in daemon diff commandmoneromooo-monero1-1/+8
2015-12-08Register daemon command line arguments to core if they're used in coremoneromooo-monero1-2/+1
2015-11-30Merge pull request #505Riccardo Spagni1-0/+8
2015-11-30Merge pull request #503Riccardo Spagni1-0/+1
2015-11-27core_rpc_server: add a --restricted-rpc optionmoneromooo-monero1-0/+8
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/+43
2015-11-21Relay transactions when they linger too long in the poolmoneromooo-monero1-1/+1
2015-10-28rpc: fix start_mining and status RPC crashesmoneromooo-monero1-0/+1
2015-10-26rpc: fix hard_fork_info RPCmoneromooo-monero1-0/+1
2015-10-13core_rpc_server: add optional json decoded tx to COMMAND_RPC_GET_TRANSACTIONSmoneromooo-monero1-0/+2
2015-10-13core_rpc_server: add a getblock RPC command, and fix print_blockmoneromooo-monero1-0/+60
2015-09-19Add an RPC call and daemon command to get info on hard fork votingmoneromooo-monero1-0/+23
2015-08-13Merge pull request #369Riccardo Spagni1-1/+5
2015-08-13core_rpc_server: replace vector<bool> with vector<int> in RPCmoneromooo-monero1-1/+5
2015-08-11core_rpc_server: find transactions in the pool as well as the blockchainmoneromooo-monero1-0/+24
2015-08-11Add a is_key_image_spent daemon command and RPC callmoneromooo-monero1-0/+29
2015-05-28core_rpc_server: log some error messages to the consolemoneromooo-monero1-0/+3
2015-05-28core_rpc_server: reenable print_plmoneromooo-monero1-3/+2
2015-04-23Add mempool output to daemon via command and RPCwarptangent1-3/+1
2015-04-10[fix] log level change. compilation: dns, testsrfree2monero1-0/+2
2015-04-01remerged; commands JSON. logging upgrade. doxygenrfree2monero1-0/+39
2015-03-27Restore daemon interactive modeThomas Winget1-25/+25
2015-02-24revert stop_daemon method to use correct exitThomas Winget1-1/+1
2015-02-24RPC calls for background daemon added inThomas Winget1-0/+69
2015-02-24Daemonize changes pulled in -- daemon buildsThomas Winget1-23/+23
2015-01-06previous hash added to GBTRiccardo Spagni1-0/+1
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-10-06core_rpc_server: use do while(0) idiom in macros using ifmoneromooo-monero1-2/+2
2014-10-06core_rpc_server: fix overreads in slow_memmemmoneromooo-monero1-8/+10
2014-09-15Give up on brace initializers in initializer lists (MSVC bug)Zachary Michaels1-1/+1
2014-09-15Separate testnet address prefixZachary Michaels1-8/+13
2014-09-15Add descriptions for RPC command line paramsZachary Michaels1-3/+9
2014-09-15Separate rpc port for testnetZachary Michaels1-5/+23
2014-09-15Reorganize testnet constantsZachary Michaels1-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-22Add get_info command to daemon json rpcZachary Michaels1-0/+24
2014-07-18Added get_connections RPC call to daemonThomas Winget1-0/+16
2014-06-11Fix for orphan fix (check blocksize)mydesktop1-0/+9
2014-06-11Correcting high orphan rate of blocks at poolmonero-project1-3/+12
2014-06-04'getinfo' daemon HTTP-RPC returns 'target_height' for progress estimationsNeozaru1-0/+1
2014-06-02Merge pull request #20 from artifexd/wallet_refreshmonero-project1-18/+22
2014-06-01Enable wallet refresh before blockchain is saved or completely sync'd.artifexd1-18/+22
2014-06-01Merge bitmonero@monero-projectNeozaru1-2/+2
2014-05-25'mining_status' Daemon RPC commandNeozaru1-0/+18
2014-05-250.8.8updatemydesktop1-2/+2
2014-05-16Added 'save_bc' command in daemon for saving blockchain remotelyNeozaru1-2/+0
2014-05-16Added 'save_bc' command in daemon for saving blockchain remotelyNeozaru1-0/+14
2014-05-03initial [broken] updatemydesktop1-3/+1
2014-04-30mac osx building fixesmydesktop1-1/+4
2014-04-30various fixes to allow mac osx compilationmydesktop1-1/+1
2014-04-09Port mapping with UPnPAntonio Juarez1-2/+137
2014-04-02json rpc for wallet and bugfixAntonio Juarez1-0/+2
2014-03-20some fixesAntonio Juarez1-40/+65
2014-03-03moved all stuff to githubAntonio Juarez1-0/+391