aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/core_rpc_server.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-04Merge pull request #5799luigi11111-33/+77
2019-08-27daemon: automatic public nodes discovering and bootstrap daemon switchingxiphon1-33/+77
2019-08-26wallet, rpc: add a release field to get_versionmoneromooo-monero1-0/+1
2019-08-20Merge pull request #5696luigi11111-6/+10
2019-08-19daemon: fix print_pl only printing public zone peersmoneromooo-monero1-6/+10
2019-08-19Merge pull request #5728luigi11111-1/+25
2019-08-15Merge pull request #5649luigi11111-0/+21
2019-08-14Merge pull request #5634luigi11111-1/+2
2019-08-14Merge pull request #5607luigi11111-0/+39
2019-08-14Merge pull request #5525luigi11111-29/+46
2019-08-14Merge pull request #5487luigi11111-0/+2
2019-07-31Add IPv6 supportThomas Winget1-1/+11
2019-07-29rpc: implement get_public_nodes commandxiphon1-0/+39
2019-07-24Merge pull request #5623luigi11111-26/+76
2019-07-24Merge pull request #5582luigi11111-2/+6
2019-07-24Merge pull request #5530luigi11111-16/+0
2019-07-24Merge pull request #5502luigi11111-1/+1
2019-07-16allow blocking whole subnetsmoneromooo-monero1-1/+57
2019-07-16p2p: store network address directly in blocked host listmoneromooo-monero1-4/+4
2019-07-03rpc: get_block_template add optional extra_nonceJethro Grassie1-1/+25
2019-06-20rpc: set sanity_check_failed to false when successfulstoffu1-0/+1
2019-06-16Bans for RPC connectionsHoward Chu1-0/+21
2019-06-14rpc: restrict the recent cutoff size in restricted RPC modemoneromooo-monero1-0/+9
2019-06-12rpc: fix get_transactions getting v1 txes from the txpoolmoneromooo-monero1-1/+2
2019-06-10rpc: implement set_bootstrap_daemon methodxiphon1-26/+76
2019-06-09miner: fix double free of thread attributesston1th1-4/+1
2019-06-01daemon: add more chain specific info in alt_chain_infomoneromooo-monero1-28/+45
2019-05-30rpc: in/out peers can now return the setting's valuemoneromooo-monero1-2/+6
2019-05-22Add ssl_options support to monerod's rpc mode.Lee Clagett1-80/+3
2019-05-10remove obsolete save_graph skeleton codemoneromooo-monero1-16/+0
2019-05-09rpc: fail update RPC when running offlinemoneromooo-monero1-0/+7
2019-05-09daemon: sort alt chains by heightmoneromooo-monero1-1/+1
2019-05-07Merge pull request #5510Riccardo Spagni1-2/+2
2019-05-07Merge pull request #5496Riccardo Spagni1-2/+2
2019-05-01fix wide difficulty conversion with some versions of boostmoneromooo-monero1-2/+2
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-monero1-2/+2
2019-04-23consensus: from v12, enforce >= 2 outputsmoneromooo-monero1-0/+2
2019-04-16Merge pull request #5452Riccardo Spagni1-0/+1
2019-04-16Merge pull request #5448Riccardo Spagni1-7/+2
2019-04-16Merge pull request #5446Riccardo Spagni1-5/+9
2019-04-16Merge pull request #5441Riccardo Spagni1-3/+1
2019-04-16Merge pull request #5434Riccardo Spagni1-0/+9
2019-04-16Merge pull request #5428Riccardo Spagni1-1/+4
2019-04-16rpc: add a pruned bool to the prune_blockchain callmoneromooo-monero1-0/+1
2019-04-15rpc: fix get_block_hashes.bin from wallet on pruned blockchainmoneromooo-monero1-7/+2
2019-04-15rpc: add relayed in get_transaction outputmoneromooo-monero1-5/+9
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-monero1-0/+9
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-monero1-3/+20
2019-04-11Merge pull request #5376Riccardo Spagni1-1/+3
2019-04-11Merge pull request #5374Riccardo Spagni1-0/+1
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 Clagett1-17/+7
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-monero1-0/+1
2019-04-04rpc.gettransactions: fill as_json with partial tx in pruned modestoffu1-12/+43
2019-04-01Merge pull request #5327Riccardo Spagni1-0/+17
2019-04-01Merge pull request #5326Riccardo Spagni1-0/+1
2019-04-01Merge pull request #5308Riccardo Spagni1-1/+3
2019-04-01Add hash of top block to /getheight RPCHoward Chu1-1/+3
2019-03-24Make difficulty 128 bit instead of 64 bitmoneromooo-monero1-8/+24
2019-03-24New interactive daemon command 'print_net_stats': Global traffic statsrbrunner71-0/+17
2019-03-21Merge pull request #5237Riccardo Spagni1-5/+10
2019-03-21rpc: add miner tx hash to block header responsemoneromooo-monero1-0/+1
2019-03-17rpc: quantize db size up to 5 GB in restricted modemoneromooo-monero1-1/+3
2019-03-17Merge pull request #5190Riccardo Spagni1-4/+4
2019-03-17Merge pull request #5185Riccardo Spagni1-2/+21
2019-03-17Merge pull request #5177Riccardo Spagni1-1/+8
2019-03-09daemon: new mining_status commandmoneromooo-monero1-2/+21
2019-03-06rpc: make fill_pow restrictedmoneromooo-monero1-5/+10
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-03-05epee: add SSL supportMartijn Otto1-1/+11
2019-03-04Merge pull request #4054Riccardo Spagni1-3/+60
2019-03-04ArticMine's new block weight algorithmmoneromooo-monero1-0/+1
2019-02-25daemon: add --public-node mode, RPC port propagation over P2Pxiphon1-4/+4
2019-02-21rpc: quantize db size up to 5 GB in restricted modemoneromooo-monero1-1/+8
2019-02-02epee: add SSL supportmoneromooo-monero1-3/+60
2019-01-28Adding initial support for broadcasting transactions over TorLee Clagett1-22/+17
2019-01-28rpc: fix internal daemon calls in restricted rpc getting partial datamoneromooo-monero1-99/+119
2019-01-22Pruningmoneromooo-monero1-14/+73
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 #4903Riccardo Spagni1-0/+12
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 Spagni1-1/+1
2018-12-04rpc: mask values that are nobody else's business in restricted RPCmoneromooo-monero1-24/+29
2018-12-04Merge pull request #4878Riccardo Spagni1-0/+2
2018-12-04Merge pull request #4869Riccardo Spagni1-3/+3
2018-12-04Merge pull request #4859Riccardo Spagni1-13/+17
2018-11-28add command pop_blocksJason Wong1-0/+12
2018-11-23tests: slow_memmem now returns size_tmoneromooo-monero1-1/+1
2018-11-21rpc: add version to get_infoJethro Grassie1-0/+2
2018-11-20rpc: speedup get_output_distributionmoneromooo-monero1-1/+42
2018-11-19Avoid unnecessary temp block and copy ctormoneromooo-monero1-3/+3
2018-11-16tests: add unit tests for get_output_distributionmoneromooo-monero1-1/+1
2018-11-16Don't cache nettype in core_rpc_server use m_coredoy-lee1-13/+17
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-04Merge pull request #4687Riccardo Spagni1-51/+5
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-23Update ZMQ fee estimate and add ZMQ output distributionLee Clagett1-51/+5
2018-10-22rpc: fix wrongly formatted JSON for pruned txstoffu1-19/+12
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-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 Spagni1-0/+2
2018-09-21Merge pull request #4373Riccardo Spagni1-0/+1
2018-09-18Merge pull request #4354Riccardo Spagni1-1/+7
2018-09-18Merge pull request #4344Riccardo Spagni1-1/+1
2018-09-17rpc: allow pruning of json encoded txscryptochangements341-1/+10
2018-09-14remove obsolete daemon selection of fake outs and old tx constructionmoneromooo-monero1-71/+0
2018-09-14rpc: add a "is an update available" flag in get_infomoneromooo-monero1-0/+2
2018-09-13rpc: add cumulative difficulty in block header datamoneromooo-monero1-0/+1
2018-09-11v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero1-9/+10
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-07-19Merge pull request #4033luigi11111-2/+18
2018-07-19Merge pull request #4013luigi11111-0/+2
2018-07-19Merge pull request #3981luigi11111-32/+14
2018-07-19Merge pull request #3973luigi11111-2/+14
2018-07-19Merge pull request #3854luigi11111-0/+64
2018-07-13db: store cumulative rct output distribution in the db for speedmoneromooo-monero1-32/+14
2018-06-29update get_info RPC and bump RPC versionvictorsintnicolaas1-0/+2
2018-06-29add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas1-0/+62
2018-06-26rpc: rework to avoid repeated calculations in get_blocks.binmoneromooo-monero1-25/+12
2018-06-26replace std::list with std::vector on some hot pathsmoneromooo-monero1-16/+21
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-monero1-4/+7
2018-06-26alt_chain_info can now give more info about a particular alt chainmoneromooo-monero1-2/+14
2018-06-21rpc: add a non binary get_transaction_pool_hashes RPCmoneromooo-monero1-2/+18
2018-06-20rpc: add blockchain disk size to getinfomoneromooo-monero1-0/+2
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 #3561luigi11111-6/+7
2018-05-31rpc: convert distribution to cumulative after cachingmoneromooo-monero1-6/+7
2018-05-30rpc: fix get_output_distribution cache for the cumulative casemoneromooo-monero1-0/+7
2018-05-23db_lmdb: save pruned and prunable tx data separatelymoneromooo-monero1-17/+2
2018-05-21speed up get_output_distribution (and precalc common case)moneromooo-monero1-1/+16
2018-04-23speedup get_output_histogram for all amounts when min_count > 0moneromooo-monero1-1/+1
2018-04-21Merge pull request #3672Riccardo Spagni1-0/+34
2018-04-19add top height to get_output_distribution, and cache it for rctmoneromooo-monero1-0/+33
2018-04-19rpc: add missing perf timer for get_output_distributionmoneromooo-monero1-0/+1
2018-04-12Merge pull request #3549Riccardo Spagni1-8/+12
2018-04-07rpc: allow getting pruned blocks from gettransactionsmoneromooo-monero1-8/+12
2018-04-05Core RPC: optionally add POW hash to block_header_responsestoffu1-6/+7
2018-03-27fix lambda compile error on openbsdmoneromooo-monero1-1/+1
2018-03-16Merge pull request #3336Riccardo Spagni1-2/+2
2018-03-16add RPC to get a histogram of outputs of a given amountmoneromooo-monero1-0/+35
2018-03-15Fix typos in various filesDimitris Apostolou1-2/+2
2018-03-05Stagenetstoffu1-11/+17
2018-02-16options: add testnet option dependencieswhythat1-2/+6
2018-02-16options: remove testnet-* optionswhythat1-15/+3
2018-02-16Merge pull request #3165Riccardo Spagni1-0/+272
2018-01-30Bootstrap daemonstoffu1-0/+272
2018-01-29Allow the number of incoming connections to be limitedErik de Castro Lopo1-0/+12
2018-01-29Rename delete_connections to delete_out_connectionsErik de Castro Lopo1-1/+1
2018-01-29Rename connections_count to max_out_connection_countErik de Castro Lopo1-1/+1
2018-01-27Merge pull request #3144Riccardo Spagni1-0/+2
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2018-01-17rpc: expose recent median block size in getinfomoneromooo-monero1-0/+2
2018-01-10epee: remove dependency on commonmoneromooo-monero1-1/+2
2017-12-18add empty container sanity checks when using front() and back()moneromooo-monero1-3/+8
2017-12-18rpc: do not try to use an invalid txid in relay_txmoneromooo-monero1-6/+17
2017-12-17Merge pull request #2877Riccardo Spagni1-0/+2
2017-12-16cryptonote_core does not depend on p2p anymoremoneromooo-monero1-0/+2
2017-12-16move includes around to lessen overall loadmoneromooo-monero1-0/+1
2017-12-16Merge pull request #2878Riccardo Spagni1-0/+2
2017-12-16Merge pull request #2866Riccardo Spagni1-2/+2
2017-12-16Merge pull request #2856Riccardo Spagni1-1/+1
2017-12-02Merge pull request #2836Riccardo Spagni1-6/+20
2017-12-02Merge pull request #2838Riccardo Spagni1-2/+3
2017-11-30rpc: add offline state in info rpcmoneromooo-monero1-0/+2
2017-11-28Corrections in rate limiting / trottle code, especially in 'out' directionrbrunner71-2/+2
2017-11-25Merge pull request #2794Riccardo Spagni1-0/+2
2017-11-23rpc: increase the max number of outs one can requestmoneromooo-monero1-1/+1
2017-11-18make connection_id a string in RPCmoneromooo-monero1-2/+3
2017-11-17RPC: allow binding of restricted port in addition to core portTim L1-6/+20
2017-11-14Merge pull request #2692Riccardo Spagni1-126/+2
2017-11-14Merge pull request #2736Riccardo Spagni1-1/+1
2017-11-14Merge pull request #2629Riccardo Spagni1-1/+1
2017-11-14rpc: remove obsolete busy core checksmoneromooo-monero1-126/+2
2017-11-14move cryptonote command line options to cryptonote_coremoneromooo-monero1-1/+1
2017-11-14remove "using namespace std" from headersmoneromooo-monero1-1/+1