aboutsummaryrefslogtreecommitdiff
path: root/src/rpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-14Merge pull request #5818luigi11113-71/+87
2019-09-14Merge pull request #5872luigi11111-1/+2
2019-09-14Merge pull request #5866luigi11111-50/+0
2019-09-08Merge pull request #5833luigi11111-0/+1
2019-09-04Merge pull request #5799luigi11115-35/+246
2019-08-28rpc: don't include an address in mining_status when not miningmoneromooo-monero1-1/+2
2019-08-28rpc: move a leftover light wallet RPC out of daemon RPCmoneromooo-monero1-50/+0
2019-08-27daemon: automatic public nodes discovering and bootstrap daemon switchingxiphon5-35/+246
2019-08-26wallet, rpc: add a release field to get_versionmoneromooo-monero2-1/+4
2019-08-20rpc: fix unitialized 'core_rpc_server::m_was_bootstrap_ever_used'xiphon1-0/+1
2019-08-20Merge pull request #5696luigi11112-7/+14
2019-08-19daemon: fix print_pl only printing public zone peersmoneromooo-monero2-7/+14
2019-08-19Merge pull request #5636luigi11111-1/+3
2019-08-19Merge pull request #5728luigi11112-1/+27
2019-08-19Merge pull request #5725luigi11111-1/+1
2019-08-15Merge pull request #5689luigi11111-1/+1
2019-08-15Merge pull request #5649luigi11112-0/+24
2019-08-14Merge pull request #5634luigi11111-1/+2
2019-08-14Merge pull request #5607luigi11113-1/+90
2019-08-14Merge pull request #5525luigi11112-30/+51
2019-08-14Merge pull request #5487luigi11113-0/+9
2019-07-31Add IPv6 supportThomas Winget4-1/+57
2019-07-29rpc: implement get_public_nodes commandxiphon3-1/+90
2019-07-24Merge pull request #5623luigi11113-26/+107
2019-07-24Merge pull request #5606luigi11111-1/+4
2019-07-24Merge pull request #5582luigi11112-4/+16
2019-07-24Merge pull request #5530luigi11113-60/+0
2019-07-24Merge pull request #5502luigi11111-1/+1
2019-07-22Dropping cppzmq dependency; adding some zmq utilsLee Clagett3-71/+87
2019-07-16allow blocking whole subnetsmoneromooo-monero3-2/+87
2019-07-16p2p: store network address directly in blocked host listmoneromooo-monero1-4/+4
2019-07-03rpc: get_block_template add optional extra_nonceJethro Grassie2-1/+27
2019-07-01zmq: MacPorts latest fixJethro Grassie1-1/+1
2019-06-25rpc headers fixMichal vel m@lbit1-1/+1
2019-06-20rpc: set sanity_check_failed to false when successfulstoffu1-0/+1
2019-06-16Bans for RPC connectionsHoward Chu2-0/+24
2019-06-14rpc: restrict the recent cutoff size in restricted RPC modemoneromooo-monero1-0/+9
2019-06-12rpc: work around a GCC 7.4.0 (at least) bugmoneromooo-monero1-1/+3
2019-06-12rpc: fix get_transactions getting v1 txes from the txpoolmoneromooo-monero1-1/+2
2019-06-10rpc: implement set_bootstrap_daemon methodxiphon3-27/+108
2019-06-09miner: fix double free of thread attributesston1th2-8/+2
2019-06-04rpc: use ip address string representation for peer::host fieldxiphon1-1/+4
2019-06-01daemon: add more chain specific info in alt_chain_infomoneromooo-monero2-29/+50
2019-05-30rpc: in/out peers can now return the setting's valuemoneromooo-monero2-5/+17
2019-05-22Add ssl_options support to monerod's rpc mode.Lee Clagett3-84/+99
2019-05-10remove obsolete save_graph skeleton codemoneromooo-monero3-60/+0
2019-05-09rpc: fail update RPC when running offlinemoneromooo-monero1-0/+7
2019-05-09daemon: sort alt chains by heightmoneromooo-monero2-2/+2
2019-05-07Merge pull request #5510Riccardo Spagni2-5/+5
2019-05-07Merge pull request #5496Riccardo Spagni4-8/+34
2019-05-01fix wide difficulty conversion with some versions of boostmoneromooo-monero2-5/+5
2019-04-29add a few checks where it seems appropriatemoneromooo-monero1-1/+1
2019-04-26change SSL certificate fingerprint whitelisting from SHA1 to SHA-256moneromooo-monero1-0/+9
2019-04-25rpc: improve get_output_distributionmoneromooo-monero4-8/+34
2019-04-23consensus: from v12, enforce >= 2 outputsmoneromooo-monero3-0/+9
2019-04-16Merge pull request #5452Riccardo Spagni2-1/+4
2019-04-16Merge pull request #5448Riccardo Spagni2-8/+3
2019-04-16Merge pull request #5446Riccardo Spagni3-8/+23
2019-04-16Merge pull request #5441Riccardo Spagni1-3/+1
2019-04-16Merge pull request #5434Riccardo Spagni2-0/+13
2019-04-16Merge pull request #5428Riccardo Spagni1-1/+4
2019-04-16rpc: add a pruned bool to the prune_blockchain callmoneromooo-monero2-1/+4
2019-04-15rpc: fix get_block_hashes.bin from wallet on pruned blockchainmoneromooo-monero2-8/+3
2019-04-15rpc: omit irrelevant fields for pool txes in gettransactionsmoneromooo-monero1-4/+10
2019-04-15rpc: add relayed in get_transaction outputmoneromooo-monero2-5/+11
2019-04-15rpc: set default log category in core_rpc_server.hmoneromooo-monero1-0/+3
2019-04-15Merge pull request #5421Riccardo Spagni1-0/+1
2019-04-15Merge pull request #5402Riccardo Spagni1-1/+1
2019-04-14core_rpc_server: remove dummy assigning int to boolmoneromooo-monero1-3/+1
2019-04-12rpc: new sanity check on relayed transactionsmoneromooo-monero2-0/+13
2019-04-12rpc.getblocktemplate: set reserved_offset to zero when reserve_size==0stoffu1-1/+4
2019-04-11rpc: fix off by one in get_heightmoneromooo-monero1-0/+1
2019-04-11functional_tests: add more blockchain related testsmoneromooo-monero2-3/+30
2019-04-11Merge pull request #5376Riccardo Spagni2-1/+5
2019-04-11Merge pull request #5374Riccardo Spagni2-0/+7
2019-04-07Pass SSL arguments via one class and use shared_ptr instead of referenceLee Clagett1-12/+19
2019-04-06Change default SSL to "enabled" if user specifies fingerprint/certificateLee Clagett1-7/+12
2019-04-06Change SSL certificate file list to OpenSSL builtin load_verify_locationLee Clagett2-18/+8
2019-04-06rpc: merge the two get_info implementationsmoneromooo-monero1-62/+3
2019-04-05rpc: make wide_difficulty hexadecimalmoneromooo-monero1-1/+1
2019-04-04wallet: new option to start background miningmoneromooo-monero2-0/+7
2019-04-04rpc.gettransactions: fill as_json with partial tx in pruned modestoffu1-12/+43
2019-04-01Merge pull request #5327Riccardo Spagni3-0/+52
2019-04-01Merge pull request #5326Riccardo Spagni2-1/+4
2019-04-01Merge pull request #5308Riccardo Spagni1-1/+3
2019-04-01Merge pull request #5298Riccardo Spagni1-283/+0
2019-04-01Add hash of top block to /getheight RPCHoward Chu2-2/+6
2019-03-24Make difficulty 128 bit instead of 64 bitmoneromooo-monero4-13/+60
2019-03-24Merge pull request #5207Riccardo Spagni4-6/+59
2019-03-24New interactive daemon command 'print_net_stats': Global traffic statsrbrunner73-1/+53
2019-03-21Merge pull request #5237Riccardo Spagni1-5/+10
2019-03-21rpc: add miner tx hash to block header responsemoneromooo-monero2-1/+4
2019-03-17rpc: quantize db size up to 5 GB in restricted modemoneromooo-monero1-1/+3
2019-03-17Merge pull request #5190Riccardo Spagni4-9/+13
2019-03-17Merge pull request #5185Riccardo Spagni2-2/+35
2019-03-17Merge pull request #5177Riccardo Spagni1-1/+8
2019-03-15wallet: move light wallet RPC out of core RPCmoneromooo-monero1-283/+0
2019-03-09daemon: new mining_status commandmoneromooo-monero2-2/+35
2019-03-06rpc: make fill_pow restrictedmoneromooo-monero1-5/+10
2019-03-05Update 2019 copyrightbinaryFate19-19/+19
2019-03-05epee: add SSL supportMartijn Otto2-1/+12
2019-03-04default initialize rpc structuresmoneromooo-monero1-140/+259
2019-03-04Merge pull request #4054Riccardo Spagni2-3/+65
2019-03-04ArticMine's new block weight algorithmmoneromooo-monero2-0/+3
2019-02-27rpc: Allow submitting tx as hex blob over ZMQNathan Dorfman4-6/+59
2019-02-25daemon: add --public-node mode, RPC port propagation over P2Pxiphon4-9/+13
2019-02-21rpc: quantize db size up to 5 GB in restricted modemoneromooo-monero1-1/+8
2019-02-02epee: add SSL supportmoneromooo-monero2-3/+65
2019-01-28Adding initial support for broadcasting transactions over TorLee Clagett3-26/+22
2019-01-28rpc: fix internal daemon calls in restricted rpc getting partial datamoneromooo-monero2-159/+179
2019-01-22Pruningmoneromooo-monero4-19/+118
2019-01-16Merge pull request #5027Riccardo Spagni1-12/+12
2019-01-16Merge pull request #4984Riccardo Spagni1-13/+16
2019-01-06Merge pull request #4952Riccardo Spagni1-3/+4
2018-12-30wallet: do not display daemon controlled text if untrustedmoneromooo-monero1-12/+12
2018-12-18blockchain_db: speedup tx output gatheringmoneromooo-monero1-13/+16
2018-12-12Merge pull request #4908Riccardo Spagni1-2/+19
2018-12-12Merge pull request #4903Riccardo Spagni3-0/+37
2018-12-07p2p: use vector instead of list for peer listsmoneromooo-monero1-3/+4
2018-12-04Merge pull request #4879Riccardo Spagni1-24/+29
2018-12-04Merge pull request #4894Riccardo Spagni2-73/+1
2018-12-04rpc: mask values that are nobody else's business in restricted RPCmoneromooo-monero1-24/+29
2018-12-04Merge pull request #4878Riccardo Spagni5-0/+10
2018-12-04Merge pull request #4869Riccardo Spagni1-3/+3
2018-12-04Merge pull request #4859Riccardo Spagni2-15/+18
2018-12-04Merge pull request #4854Riccardo Spagni1-1/+0
2018-11-28add command pop_blocksJason Wong3-0/+37
2018-11-27rpc: speed up the common get_output_distribution case while syncingmoneromooo-monero1-2/+19
2018-11-26Merge pull request #4821Riccardo Spagni1-1/+3
2018-11-26rpc: speedup get_outs.binmoneromooo-monero1-1/+3
2018-11-23remove some unused codemoneromooo-monero1-72/+0
2018-11-23tests: slow_memmem now returns size_tmoneromooo-monero1-1/+1
2018-11-21rpc: add version to get_infoJethro Grassie5-1/+11
2018-11-20rpc: speedup get_output_distributionmoneromooo-monero3-2/+105
2018-11-19Avoid unnecessary temp block and copy ctormoneromooo-monero1-3/+3
2018-11-16tests: add unit tests for get_output_distributionmoneromooo-monero4-5/+5
2018-11-16Don't cache nettype in core_rpc_server use m_coredoy-lee2-15/+18
2018-11-15Removed a lot of unnecessary includesMartijn Otto1-1/+0
2018-11-14Merge pull request #4750Riccardo Spagni1-3/+3
2018-11-14Merge pull request #4747Riccardo Spagni1-1/+8
2018-11-06Merge pull request #4735Riccardo Spagni1-1/+1
2018-11-04rpc: fix linking error of 6097472a, get_output_distributionDusan Klinec1-5/+5
2018-11-04Merge pull request #4687Riccardo Spagni10-80/+226
2018-11-02use current height - 1 for top block height in err msgscryptochangements341-3/+3
2018-10-28return message in stop_mining if mining never startedcryptochangements341-1/+8
2018-10-27rpc: adjust ring size error message now that too high is also possiblemoneromooo-monero1-1/+1
2018-10-26Merge pull request #4719Riccardo Spagni1-1/+1
2018-10-26Merge pull request #4617Riccardo Spagni2-4/+1
2018-10-24rpc: fix build with older compilersmoneromooo-monero1-1/+1
2018-10-23Update ZMQ fee estimate and add ZMQ output distributionLee Clagett10-80/+226
2018-10-22rpc: fix wrongly formatted JSON for pruned txstoffu1-19/+12
2018-10-20Merge pull request #4524Riccardo Spagni1-1/+1
2018-10-20Merge pull request #4659Riccardo Spagni1-6/+8
2018-10-19rpc: fix output distribution caching ignoring chain changesmoneromooo-monero1-6/+8
2018-10-18tx_pool: revert #4592 and move bin2hex conversion to on_get_transaction_poolstoffu1-0/+2
2018-10-16rpc: init m_rpc_version in Message ctormoneromooo-monero1-1/+1
2018-10-16rpc: remove unused ctorsmoneromooo-monero1-3/+0
2018-10-12rpc: blanket initialize 0MQ request and response structuresmoneromooo-monero1-1/+1
2018-10-04rpc: fixed typo in JSON command error response messageAnythingTechPro1-1/+1
2018-09-21Merge pull request #4399Riccardo Spagni1-1/+10
2018-09-21Merge pull request #4378Riccardo Spagni2-1/+5
2018-09-21Merge pull request #4373Riccardo Spagni2-0/+3
2018-09-18Merge pull request #4354Riccardo Spagni1-1/+7
2018-09-18Merge pull request #4344Riccardo Spagni1-1/+1
2018-09-18Merge pull request #4317Riccardo Spagni1-4/+10
2018-09-17rpc: allow pruning of json encoded txscryptochangements341-1/+10
2018-09-14remove obsolete daemon selection of fake outs and old tx constructionmoneromooo-monero6-232/+0
2018-09-14rpc: add a "is an update available" flag in get_infomoneromooo-monero2-1/+5
2018-09-13rpc: add cumulative difficulty in block header datamoneromooo-monero2-0/+3
2018-09-11v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero5-17/+33
2018-09-09rpc: return "already mining" in start_mining if already miningmoneromooo-monero1-1/+7
2018-09-07rpc: don't include start time if restrictedmoneromooo-monero1-1/+1
2018-08-31rpc: allow to pass RPC login via RPC_LOGIN env varDusan Klinec1-4/+10
2018-08-02Fixed ZMQ-RPC for transactions and GET_BLOCKS_FASTLee Clagett2-26/+18
2018-07-19Merge pull request #4075luigi11111-1/+0
2018-07-19Merge pull request #4033luigi11113-4/+44
2018-07-19Merge pull request #4013luigi11112-0/+4
2018-07-19Merge pull request #3981luigi11113-146/+24
2018-07-19Merge pull request #3973luigi11112-2/+18
2018-07-19Merge pull request #3854luigi11115-1/+96
2018-07-13db: store cumulative rct output distribution in the db for speedmoneromooo-monero3-147/+25
2018-07-03Merge pull request #4012Riccardo Spagni1-0/+4
2018-06-29update get_info RPC and bump RPC versionvictorsintnicolaas3-1/+6
2018-06-29add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas4-0/+90
2018-06-28remove epee from link lines where it's redundantmoneromooo-monero1-1/+0
2018-06-27Merge pull request #3716luigi11114-73/+60
2018-06-26rpc: rework to avoid repeated calculations in get_blocks.binmoneromooo-monero2-30/+17
2018-06-26replace std::list with std::vector on some hot pathsmoneromooo-monero4-49/+38
2018-06-26rpc: sanity check on number of txes in a blockmoneromooo-monero1-0/+6
2018-06-26rpc: add option to skip coinbase info in get_blocks.binmoneromooo-monero2-4/+9
2018-06-26alt_chain_info can now give more info about a particular alt chainmoneromooo-monero2-3/+19
2018-06-21fix typos in language files and rpc_args.cppordtrogen1-1/+1
2018-06-21rpc: add a non binary get_transaction_pool_hashes RPCmoneromooo-monero3-5/+45
2018-06-20rpc: add blockchain disk size to getinfomoneromooo-monero2-1/+5
2018-06-19Merge pull request #3851luigi11111-0/+2
2018-06-17zmq_server: fix bind call when address and/or port are emptymoneromooo-monero1-0/+4
2018-06-07Merge pull request #3892luigi11111-6/+7
2018-06-01rpc: the cache is still for non cumulative on that branchmoneromooo-monero1-0/+7
2018-05-31Merge pull request #3561luigi11113-8/+22
2018-05-31rpc: convert distribution to cumulative after cachingmoneromooo-monero1-6/+7