aboutsummaryrefslogtreecommitdiff
path: root/src/rpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-13Merge pull request #6894v0.17.1.0v0.17.1.0luigi11111-0/+7
2020-10-13core_rpc_server: on_get_blocks - forward bootstrap daemon errorxiphon1-3/+11
2020-10-12fix next_seed_height regression in getblocktemplate rpcAlexis Enston1-0/+7
2020-09-15wallet2: adapt to deterministic unlock timeTheCharlatan4-1/+7
2020-09-07rpc: assume randomx from v13 onwardsmoneromooo-monero1-2/+2
2020-09-06Merge pull request #6111Riccardo Spagni1-15/+11
2020-08-31Merge pull request #6770luigi11111-1/+5
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-27Merge pull request #6763Alexander Blair1-43/+56
2020-08-19Fix ZMQ pruned bulletproof transactionsLee Clagett1-1/+5
2020-08-17replace most boost serialization with existing monero serializationmoneromooo-monero2-15/+71
2020-08-16Merge pull request #6727Alexander Blair1-6/+4
2020-08-16Merge pull request #6722Alexander Blair1-1/+2
2020-08-16Merge pull request #6603Alexander Blair2-5/+1
2020-08-16rpc: always send raw txes through P2P (don't use bootstrap daemon)xiphon1-43/+56
2020-08-14Change ZMQ-JSON txextra to hex and remove unnecessary base fieldsLee Clagett2-5/+1
2020-08-14Switch to insitu parsing for ZMQ-JSON; GetBlocksFast reads 13%+ fasterLee Clagett6-11/+15
2020-08-14Fix pruned tx for ZMQ's GetBlocksFastLee Clagett1-0/+1
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-07-19Merge pull request #6512Alexander Blair25-25/+25
2020-07-08Merge pull request #6627luigi11111-1/+1
2020-07-08Merge pull request #6611luigi11111-1/+1
2020-07-08Merge pull request #6599luigi11111-1/+1
2020-07-08Merge pull request #6584luigi11111-5/+5
2020-07-08Merge pull request #6574luigi11112-0/+12
2020-06-08Merge pull request #6576luigi11112-6/+46
2020-06-05rpc: fix loading rpc payment data from filemoneromooo-monero1-1/+1
2020-05-31Fix boost <1.60 compilation and fix boost 1.73+ warningsLee Clagett1-2/+2
2020-05-31rpc: fix comparison of seconds vs microsecondsmoneromooo-monero1-1/+1
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-monero2-6/+46
2020-05-19rpc: lock access to the rpc payment objectmoneromooo-monero2-0/+12
2020-05-06Update copyright year to 2020SomaticFanatic25-25/+25
2020-05-06Merge pull request #6486luigi11111-1/+2
2020-05-06Merge pull request #6481luigi11111-1/+1
2020-05-04Adding ZMQ/Pub support for txpool_add and chain_main eventsLee Clagett6-53/+788
2020-04-29Fixes for ZMQ JSON-RPC endpoint names for raw txLee Clagett1-1/+2
2020-04-27rpc: fix 'use_bootstrap_daemon_if_necessary' return valuexiphon1-1/+1
2020-04-11Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON.Lee Clagett5-67/+66
2020-05-01Merge pull request #6453luigi11112-1/+3
2020-04-15bootstrap_daemon: fix missing virtual destructor and lambda capture (clang wa...xiphon2-1/+3
2020-04-04Merge pull request #6361luigi11111-3/+12
2020-04-04Merge pull request #6357luigi11117-43/+304
2020-04-04Merge pull request #6351luigi11111-2/+2
2020-04-04Merge pull request #6342luigi11111-0/+5
2020-04-04Merge pull request #6338luigi11111-3/+1
2020-04-03Use byte_slice for sending zmq messages - removes data copy within zmqLee Clagett6-22/+33
2020-04-01Hash domain separationSarang Noether1-3/+1
2020-03-31cryptonote_basic: drop unused verification_context::m_not_rct fieldxiphon3-9/+0
2020-03-31Merge pull request #6325luigi11111-1/+4
2020-03-31Merge pull request #6260luigi11112-1/+12
2020-03-30Allow unrestricted rpc calls to get full txpool infoLee Clagett1-7/+12
2020-03-27Merge pull request #6289Alexander Blair1-1/+1
2020-03-26Adding Dandelion++ support to public networks:Lee Clagett3-11/+11
2020-03-12rpc: add --rpc-payment-allow-free-loopbackmoneromooo-monero2-1/+12
2020-03-12Merge pull request #6273Alexander Blair6-650/+353
2020-03-09Move hex->bin conversion to monero copyright files and with less includesLee Clagett1-2/+2
2020-03-05Various improvements to the ZMQ JSON-RPC handling:Lee Clagett6-650/+353
2020-02-28Merge pull request #6259Alexander Blair1-0/+1
2020-02-28Merge pull request #6242Alexander Blair1-6/+4
2020-02-28Merge pull request #6225Alexander Blair2-6/+19
2020-02-28Merge pull request #6215Alexander Blair4-1/+9
2020-02-28Merge pull request #6211Alexander Blair2-0/+4
2020-02-28daemon: auto public nodes - cache and prioritize most stable nodesxiphon7-43/+304
2020-02-19Merge pull request #6198luigi11112-2/+4
2020-02-17rpc: Add check for too old timestamps in payment signatures.Guillaume Le Vaillant1-0/+5
2020-02-08rpc: fix print_pool_sh not finding local txesmoneromooo-monero1-1/+4
2020-02-06Merge pull request #6040Alexander Blair1-5/+4
2020-02-06Merge pull request #6035Alexander Blair2-6/+14
2020-01-24Merge pull request #6173Alexander Blair1-6/+10
2020-01-24Merge pull request #6172Alexander Blair2-1/+6
2020-01-16Merge pull request #6134Alexander Blair1-8/+8
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-12Merge pull request #6018luigi11113-0/+100
2019-12-12print_coinbase_tx_sum now supports 128 bits sumsmoneromooo-monero2-6/+19
2019-12-04--disable-ban-rpc option to prevent RPC users from banningnaughtyfox4-1/+9
2019-12-02rpc: add bad-blocks to flush_cache RPCmoneromooo-monero2-1/+5
2019-11-29daemon: run with -rpc-payment-address and --rpc-restricted-bind-portmoneromooo-monero2-2/+4
2019-11-27rpc: error out from get_info if the proxied call errors outmoneromooo-monero1-2/+1
2019-11-27rpc: init a few missing client_info membersmoneromooo-monero1-0/+4
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-monero2-1/+6
2019-11-18Fixed bug in ZMQ JSON-RPC method fieldLee Clagett1-3/+12
2019-11-14Actually concatenate error strings.Bert Peters1-8/+8
2019-11-12rpc: Only show version string if it matches expected patternNathan Dorfman3-0/+100
2019-11-02Adding support for hidden (anonymity) txpoolLee Clagett2-12/+10
2019-11-02Merge pull request #6047Riccardo Spagni1-1/+3
2019-10-31cryptonote: untangle dependency from miner to blockchainmoneromooo-monero1-1/+3
2019-10-28daemon: always use bootstrap daemon (if set) in '--no-sync' modexiphon1-3/+5
2019-10-27rpc: base flush_cache request/response on the new base structsmoneromooo-monero1-5/+4
2019-10-25Merge pull request #6017luigi11111-1/+1
2019-10-26rpc: fix PRIx64 build error on some systemsmoneromooo-monero1-1/+1
2019-10-25rpc: add a flush_cache RPCmoneromooo-monero3-1/+34
2019-10-25simplewallet: add public_nodes commandmoneromooo-monero3-3/+6
2019-10-25daemon, wallet: new pay for RPC use systemmoneromooo-monero11-431/+1929
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-22Merge pull request #5964luigi11111-1/+0
2019-10-14Merge pull request #5943luigi11112-4/+4
2019-10-14Merge pull request #5933luigi11112-3/+3
2019-10-13p2p+rpc: don't skip p2p or rpc port bind failure by defaultxiphon2-4/+4
2019-10-08Merge pull request #5915luigi11112-7/+8
2019-10-07Print cdifficulty and don't serialize miner tx hash twiceDoyle1-1/+0
2019-09-30Merge pull request #5893luigi11112-2/+2
2019-09-27monerod can now sync from pruned blocksmoneromooo-monero2-7/+8
2019-09-25RandomX integrationHoward Chu2-2/+19
2019-09-25ban peers sending bad pow outrightmoneromooo-monero2-3/+3
2019-09-24Merge pull request #5916luigi11111-3/+3
2019-09-24Merge pull request #5877luigi11111-1/+1
2019-09-17functional_tests: add get_transaction_pool_statsmoneromooo-monero1-3/+3
2019-09-16p2p: fix bans taking port into accountmoneromooo-monero1-3/+3
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-07bootstrap_daemon: resolve CID 203915 (UNCAUGHT_EXCEPT)anonimal2-2/+2
2019-09-04Merge pull request #5799luigi11115-35/+246
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-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