summaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Expand)AuthorAgeFilesLines
* rpc: set sanity_check_failed to false when successfulstoffu2019-06-221-0/+1
* rpc: restrict the recent cutoff size in restricted RPC modemoneromooo-monero2019-06-141-0/+9
* miner: fix double free of thread attributesston1th2019-06-092-8/+2
* Add ssl_options support to monerod's rpc mode.Lee Clagett2019-05-213-84/+99
* rpc: fail update RPC when running offlinemoneromooo-monero2019-05-091-0/+7
* Merge pull request #5510Riccardo Spagni2019-05-072-5/+5
|\
| * fix wide difficulty conversion with some versions of boostmoneromooo-monero2019-05-012-5/+5
* | Merge pull request #5496Riccardo Spagni2019-05-074-8/+34
|\ \
| * | rpc: improve get_output_distributionmoneromooo-monero2019-04-254-8/+34
| |/
* / change SSL certificate fingerprint whitelisting from SHA1 to SHA-256moneromooo-monero2019-04-261-0/+9
|/
* Merge pull request #5452Riccardo Spagni2019-04-162-1/+4
|\
| * rpc: add a pruned bool to the prune_blockchain callmoneromooo-monero2019-04-162-1/+4
* | Merge pull request #5448Riccardo Spagni2019-04-162-8/+3
|\ \
| * | rpc: fix get_block_hashes.bin from wallet on pruned blockchainmoneromooo-monero2019-04-152-8/+3
| |/
* | Merge pull request #5446Riccardo Spagni2019-04-163-8/+23
|\ \
| * | rpc: omit irrelevant fields for pool txes in gettransactionsmoneromooo-monero2019-04-151-4/+10
| * | rpc: add relayed in get_transaction outputmoneromooo-monero2019-04-152-5/+11
| * | rpc: set default log category in core_rpc_server.hmoneromooo-monero2019-04-151-0/+3
| |/
* | Merge pull request #5441Riccardo Spagni2019-04-161-3/+1
|\ \
| * | core_rpc_server: remove dummy assigning int to boolmoneromooo-monero2019-04-141-3/+1
* | | Merge pull request #5434Riccardo Spagni2019-04-162-0/+13
|\ \ \
| * | | rpc: new sanity check on relayed transactionsmoneromooo-monero2019-04-122-0/+13
| |/ /
* | | Merge pull request #5428Riccardo Spagni2019-04-161-1/+4
|\ \ \ | |_|/ |/| |
| * | rpc.getblocktemplate: set reserved_offset to zero when reserve_size==0stoffu2019-04-121-1/+4
* | | Merge pull request #5421Riccardo Spagni2019-04-151-0/+1
|\ \ \
| * | | rpc: fix off by one in get_heightmoneromooo-monero2019-04-111-0/+1
| | |/ | |/|
* | | Merge pull request #5402Riccardo Spagni2019-04-151-1/+1
|\ \ \ | |/ / |/| |
| * | rpc: make wide_difficulty hexadecimalmoneromooo-monero2019-04-051-1/+1
* | | functional_tests: add more blockchain related testsmoneromooo-monero2019-04-112-3/+30
* | | Merge pull request #5376Riccardo Spagni2019-04-112-1/+5
|\ \ \
| * | | Add hash of top block to /getheight RPCHoward Chu2019-04-012-2/+6
* | | | Merge pull request #5374Riccardo Spagni2019-04-112-0/+7
|\ \ \ \
| * | | | wallet: new option to start background miningmoneromooo-monero2019-04-042-0/+7
| | |/ / | |/| |
* | | | Pass SSL arguments via one class and use shared_ptr instead of referenceLee Clagett2019-04-071-12/+19
* | | | Change default SSL to "enabled" if user specifies fingerprint/certificateLee Clagett2019-04-061-7/+12
* | | | Change SSL certificate file list to OpenSSL builtin load_verify_locationLee Clagett2019-04-062-18/+8
| |_|/ |/| |
* | | rpc: merge the two get_info implementationsmoneromooo-monero2019-04-061-62/+3
* | | rpc.gettransactions: fill as_json with partial tx in pruned modestoffu2019-04-041-12/+43
|/ /
* | Merge pull request #5327Riccardo Spagni2019-04-013-0/+52
|\ \
| * | New interactive daemon command 'print_net_stats': Global traffic statsrbrunner72019-03-243-1/+53
* | | Merge pull request #5326Riccardo Spagni2019-04-012-1/+4
|\ \ \
| * | | rpc: add miner tx hash to block header responsemoneromooo-monero2019-03-212-1/+4
| |/ /
* | | Merge pull request #5308Riccardo Spagni2019-04-011-1/+3
|\ \ \
| * | | rpc: quantize db size up to 5 GB in restricted modemoneromooo-monero2019-03-171-1/+3
| |/ /
* | | Merge pull request #5298Riccardo Spagni2019-04-011-283/+0
|\ \ \
| * | | wallet: move light wallet RPC out of core RPCmoneromooo-monero2019-03-151-283/+0
* | | | Make difficulty 128 bit instead of 64 bitmoneromooo-monero2019-03-244-13/+60
| |_|/ |/| |
* | | Merge pull request #5207Riccardo Spagni2019-03-244-6/+59
|\ \ \
| * | | rpc: Allow submitting tx as hex blob over ZMQNathan Dorfman2019-02-274-6/+59
* | | | Merge pull request #5237Riccardo Spagni2019-03-211-5/+10
|\ \ \ \ | |_|_|/ |/| | |