aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/core_rpc_server.cpp (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-11-30fix merge mining with more than one merge mined chainCrypto City1-8/+26
2023-08-01core_rpc_server: silence unused warningsjeffro2561-0/+1
2023-08-01blockchain_db: add k-anonymity to txid fetchingjeffro2561-0/+76
2023-07-02core_rpc_server: new file: rpc_ssl.fingerprintJeffrey Ryan1-1/+28
2023-06-30core_rpc_server: return ID of submitted blockjeffro2561-1/+3
2023-03-17rpc: give reason when sending non-hex raw txjeffro2561-0/+1
2023-03-07Enforce restricted # pool txs served via RPC + optimize chunked reqsj-berman1-33/+22
2023-02-26Add a size limit for tx_extra in tx pooltevador1-0/+2
2023-01-16Copyright: Update to 2023mj-xmr1-1/+1
2023-01-01rpc: do not misidentify coinbase txes as prunedmoneromooo-monero1-1/+11
2022-12-30wallet2, RPC: Optimize RPC calls for periodic refresh from 3 down to 1 callrbrunner71-60/+134
2022-09-12wallet2: check wallet compatibility with daemon's hard fork versionj-berman1-0/+4
2022-09-06rpc: skip bootstrap nodes that are lower than last checkpointselsta1-0/+6
2022-06-13Revert "Merge pull request #7937"j-berman1-36/+14
2022-05-05Give better error messages when missing SSL filesJeffrey Ryan1-5/+16
2022-04-21add a sanity check to RPC input data sizemoneromooo-monero1-0/+2
2022-04-18Add Include statementsJeffrey1-0/+1
2022-04-10Fee changes from ArticMinemoneromooo-monero1-1/+11
2022-04-05Make RPC server functions that read db thread safej-berman1-14/+36
2022-03-04Copyright: Update to 2022mj-xmr1-1/+1
2022-02-07rpc: add explicit restricted flag to /get_infotobtoht1-0/+1
2021-11-20Add calcpow RPCHoward Chu1-0/+37
2021-10-24rpc: fix DoS vector in get_output_distributionmoneromooo-monero1-0/+15
2021-09-20rpc: Fix get_transactions failing when not foundNathan Dorfman1-2/+14
2021-09-15rpc: don't set error code as status stringselsta1-2/+2
2021-09-11RPC and ZeroMQ APIs to support p2poolSChernykh1-0/+37
2021-08-20daemon: allow proxy configurationanon1-2/+4
2021-04-15rpc: send confirmations in get_transactions resultmoneromooo-monero1-0/+2
2021-03-28Reduce compilation time of epee/portable_storage_template_helper.hmj-xmr1-0/+1
2021-02-15rpc: fix some error return codes/statusmoneromooo-monero1-23/+29
2021-02-13Store RPC SSL key/cert for consistent authentication between runsLee Clagett1-2/+23
2021-02-09New add_aux_pow RPC to support merge miningmoneromooo-monero1-0/+120
2021-02-09Remove unused variables in monero codebaseKevin Barbour1-2/+0
2021-01-28Fix monerod --rpc-ssl disabledLee Clagett1-1/+1
2021-01-21bootstrap_daemon: proxy configuration supportxiphon1-10/+25
2020-12-29rpc: limit the number of txes for get_blocks.binmoneromooo-monero1-4/+4
2020-12-22restrict public node checks a littlemoneromooo-monero1-1/+8
2020-12-17rpc: add a busy_syncing field to get_infomoneromooo-monero1-0/+1
2020-12-10protocol: drop origin IP if a block fails to verify in sync modemoneromooo-monero1-5/+1
2020-12-10rpc: report target height as 0 when syncedmoneromooo-monero1-2/+2
2020-11-19rpc: get_info - add 'synchronized' fieldxiphon1-0/+1
2020-11-17rpc: skip non-synced bootstrap daemons in --no-sync mode tooxiphon1-11/+14
2020-11-15rpc: on_send_raw_tx (bootstrap) - send to bootstrap daemon and P2Pxiphon1-0/+9
2020-10-29Fix CLI and unrestricted RPC relay_tx with stempoolLee Clagett1-2/+8
2020-10-29Add rpc-restricted-bind-ip optionHoward Chu1-3/+15
2020-10-13fix next_seed_height regression in getblocktemplate rpcAlexis Enston1-0/+7
2020-10-13core_rpc_server: on_get_blocks - forward bootstrap daemon errorxiphon1-3/+11
2020-10-12core_rpc_server: on_send_raw_tx - fix bootstrap daemon mode checkxiphon1-1/+1
2020-09-15wallet2: adapt to deterministic unlock timeTheCharlatan1-0/+2
2020-09-07rpc: assume randomx from v13 onwardsmoneromooo-monero1-2/+2
2020-08-27core: fix mining from a block that's not the current topmoneromooo-monero1-15/+11
2020-08-27Integrate CLSAGs into moneromoneromooo-monero1-1/+1
2020-08-16rpc: always send raw txes through P2P (don't use bootstrap daemon)xiphon1-43/+56
2020-07-30rpc: reject wrong sized txidmoneromooo-monero1-6/+4
2020-07-25rpc: return empty txid get_outs rather than 00..00 when not requestedmoneromooo-monero1-1/+2
2020-05-28rpc: fix relay_tx error return mixupmoneromooo-monero1-1/+1
2020-05-23rpc: don't display invalid json errors on default log levelmoneromooo-monero1-5/+5
2020-05-20rpc: add a sanity limit to a few RPC in restricted modemoneromooo-monero1-6/+44
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
2020-04-27rpc: fix 'use_bootstrap_daemon_if_necessary' return valuexiphon1-1/+1
2020-04-15bootstrap_daemon: fix missing virtual destructor and lambda capture (clang wa...xiphon1-1/+1
2020-03-31cryptonote_basic: drop unused verification_context::m_not_rct fieldxiphon1-2/+0
2020-03-30Allow unrestricted rpc calls to get full txpool infoLee Clagett1-7/+12
2020-03-26Adding Dandelion++ support to public networks:Lee Clagett1-5/+5
2020-03-12rpc: add --rpc-payment-allow-free-loopbackmoneromooo-monero1-1/+10
2020-02-28daemon: auto public nodes - cache and prioritize most stable nodesxiphon1-23/+27
2020-02-08rpc: fix print_pool_sh not finding local txesmoneromooo-monero1-1/+4
2020-01-14wallet: reroll fake outs selection on local tx_sanity_check failurexiphon1-1/+1
2019-12-20rpc: fill miner_tx_hash againmoneromooo-monero1-0/+1
2019-12-16rpc: drop the obsolete and wrong "unpruned size" logmoneromooo-monero1-6/+4
2019-12-12print_coinbase_tx_sum now supports 128 bits sumsmoneromooo-monero1-6/+11
2019-12-04--disable-ban-rpc option to prevent RPC users from banningnaughtyfox1-1/+3
2019-12-02rpc: add bad-blocks to flush_cache RPCmoneromooo-monero1-0/+2
2019-11-29daemon: run with -rpc-payment-address and --rpc-restricted-bind-portmoneromooo-monero1-1/+2
2019-11-27rpc: error out from get_info if the proxied call errors outmoneromooo-monero1-2/+1
2019-11-27rpc: do not propagate exceptions out of a dtormoneromooo-monero1-4/+8
2019-11-27rpc: always set the update field in update on sucessmoneromooo-monero1-0/+1
2019-11-25rpc: fix bootstrap RPC payment RPC being made in raw JSON, not JSON RPCmoneromooo-monero1-5/+5
2019-11-22rpc: don't auto fail RPC needing payment in bootstrap modemoneromooo-monero1-1/+5
2019-11-22rpc: add received_timestamp for pool txes in gettransactionsmoneromooo-monero1-0/+3
2019-11-02Adding support for hidden (anonymity) txpoolLee Clagett1-9/+7
2019-10-31cryptonote: untangle dependency from miner to blockchainmoneromooo-monero1-1/+3
2019-10-31cryptonote: untangle dependency from miner to blockchainmoneromooo-monero1-1/+3
2019-10-30daemon: always use bootstrap daemon (if set) in '--no-sync' modexiphon1-3/+5
2019-10-28daemon: always use bootstrap daemon (if set) in '--no-sync' modexiphon1-3/+5
2019-10-25rpc: add a flush_cache RPCmoneromooo-monero1-1/+9
2019-10-25daemon, wallet: new pay for RPC use systemmoneromooo-monero1-116/+641
2019-10-24rpc: Include tag in get_info version stringNathan Dorfman1-1/+1
2019-10-24add a quick early out to get_blocks.bin when up to datemoneromooo-monero1-1/+15
2019-10-07Print cdifficulty and don't serialize miner tx hash twiceDoyle1-1/+0
2019-09-27monerod can now sync from pruned blocksmoneromooo-monero1-5/+6
2019-09-25RandomX integrationHoward Chu1-2/+15
2019-09-25ban peers sending bad pow outrightmoneromooo-monero1-2/+2
2019-09-16p2p: fix bans taking port into accountmoneromooo-monero1-3/+3
2019-09-02Changed the use of boost:value_initialized for C++ list initializerJesus Ramirez1-1/+1
2019-08-28rpc: don't include an address in mining_status when not miningmoneromooo-monero1-1/+2
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-20rpc: fix unitialized 'core_rpc_server::m_was_bootstrap_ever_used'xiphon1-0/+1
2019-08-19daemon: fix print_pl only printing public zone peersmoneromooo-monero1-6/+10
2019-07-31Add IPv6 supportThomas Winget1-1/+11
2019-07-29rpc: implement get_public_nodes commandxiphon1-0/+39
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-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-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-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-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-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-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-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-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
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-07p2p: use vector instead of list for peer listsmoneromooo-monero1-3/+4
2018-12-04rpc: mask values that are nobody else's business in restricted RPCmoneromooo-monero1-24/+29
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-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-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-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-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-01rpc: the cache is still for non cumulative on that branchmoneromooo-monero1-0/+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-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-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