aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge pull request #5607luigi11112019-08-143-1/+90
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 52cd2fa rpc: implement get_public_nodes command (xiphon)
| * | | | | rpc: implement get_public_nodes commandxiphon2019-07-293-1/+90
| | |_|_|/ | |/| | |
* | | | | Merge pull request #5525luigi11112019-08-142-30/+51
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0605406 daemon: sort alt chains by height (moneromooo-monero) 4228ee0 daemon: add optional arguments to alt_chain_info (moneromooo-monero) 880ebfd daemon: add more chain specific info in alt_chain_info (moneromooo-monero)
| * | | | | daemon: add more chain specific info in alt_chain_infomoneromooo-monero2019-06-012-29/+50
| | | | | |
| * | | | | daemon: sort alt chains by heightmoneromooo-monero2019-05-092-2/+2
| | | | | |
* | | | | | Merge pull request #5487luigi11112019-08-143-0/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | df83ed7 consensus: from v12, enforce >= 2 outputs (moneromooo-monero)
| * | | | | | consensus: from v12, enforce >= 2 outputsmoneromooo-monero2019-04-233-0/+9
| | | | | | |
* | | | | | | Add IPv6 supportThomas Winget2019-07-314-1/+57
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new cli options (RPC ones also apply to wallet): --p2p-bind-ipv6-address (default = "::") --p2p-bind-port-ipv6 (default same as ipv4 port for given nettype) --rpc-bind-ipv6-address (default = "::1") --p2p-use-ipv6 (default false) --rpc-use-ipv6 (default false) --p2p-require-ipv4 (default true, if ipv4 bind fails and this is true, will not continue even if ipv6 bind successful) --rpc-require-ipv4 (default true, description as above) ipv6 addresses are to be specified as "[xx:xx:xx::xx:xx]:port" except in the cases of the cli args for bind address. For those the square braces can be omitted.
* | | | | | Merge pull request #5623luigi11112019-07-243-26/+107
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | b8cfa92 rpc: implement set_bootstrap_daemon method (xiphon)
| * | | | | | rpc: implement set_bootstrap_daemon methodxiphon2019-06-103-27/+108
| | | | | | |
* | | | | | | Merge pull request #5606luigi11112019-07-241-1/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | cf8cb68 rpc: use ip address string representation for peer::host field (xiphon)
| * | | | | | | rpc: use ip address string representation for peer::host fieldxiphon2019-06-041-1/+4
| |/ / / / / /
* | | | | | | Merge pull request #5582luigi11112019-07-242-4/+16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | fcfcc3a rpc: in/out peers can now return the setting's value (moneromooo-monero)
| * | | | | | | rpc: in/out peers can now return the setting's valuemoneromooo-monero2019-05-302-5/+17
| |/ / / / / /
* | | | | | | Merge pull request #5530luigi11112019-07-243-60/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 6abaaaa remove obsolete save_graph skeleton code (moneromooo-monero)
| * | | | | | | remove obsolete save_graph skeleton codemoneromooo-monero2019-05-103-60/+0
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #5502luigi11112019-07-241-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 25a7cfd add a few checks where it seems appropriate (moneromooo-monero) 1a66a86 remove unused code (moneromooo-monero)
| * | | | | | | add a few checks where it seems appropriatemoneromooo-monero2019-04-291-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | allow blocking whole subnetsmoneromooo-monero2019-07-163-2/+87
| | | | | | |
* | | | | | | p2p: store network address directly in blocked host listmoneromooo-monero2019-07-161-4/+4
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | rather than their string representation
* | | | | | rpc: set sanity_check_failed to false when successfulstoffu2019-06-201-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
| | | | | | | | | | | | | | | | issue: #5568
* | | | Add ssl_options support to monerod's rpc mode.Lee Clagett2019-05-223-84/+99
| |_|/ |/| |
* | | rpc: fail update RPC when running offlinemoneromooo-monero2019-05-091-0/+7
| |/ |/|
* | Merge pull request #5510Riccardo Spagni2019-05-072-5/+5
|\ \ | | | | | | | | | e9809382 fix wide difficulty conversion with some versions of boost (moneromooo-monero)
| * | fix wide difficulty conversion with some versions of boostmoneromooo-monero2019-05-012-5/+5
| |/
* | Merge pull request #5496Riccardo Spagni2019-05-074-8/+34
|\ \ | | | | | | | | | 0eb0d6b8 rpc: improve get_output_distribution (moneromooo-monero)
| * | rpc: improve get_output_distributionmoneromooo-monero2019-04-254-8/+34
| |/ | | | | | | | | | | | | It can now handle small reorgs without having to rescan the whole blockchain. Also add a test for it.
* / change SSL certificate fingerprint whitelisting from SHA1 to SHA-256moneromooo-monero2019-04-261-0/+9
|/ | | | SHA1 is too close to bruteforceable
* Merge pull request #5452Riccardo Spagni2019-04-162-1/+4
|\ | | | | | | c30d93fc rpc: add a pruned bool to the prune_blockchain call (moneromooo-monero)
| * rpc: add a pruned bool to the prune_blockchain callmoneromooo-monero2019-04-162-1/+4
| |
* | Merge pull request #5448Riccardo Spagni2019-04-162-8/+3
|\ \ | | | | | | | | | | | | d009f6dd rpc: fix get_block_hashes.bin from wallet on pruned blockchain (moneromooo-monero) bb0ef5b1 blockchain: lock the blockchain while pruning (moneromooo-monero)
| * | rpc: fix get_block_hashes.bin from wallet on pruned blockchainmoneromooo-monero2019-04-152-8/+3
| |/ | | | | | | We want to get all blocks here, even pruned ones
* | Merge pull request #5446Riccardo Spagni2019-04-163-8/+23
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 7d79222f daemon: remove debug info (moneromooo-monero) 8fec0f98 functional_tests: add sweep_single test (moneromooo-monero) 9880d61b wallet_rpc_server: remove unused code (moneromooo-monero) 8a61b33d rpc: omit irrelevant fields for pool txes in gettransactions (moneromooo-monero) 56508524 rpc: add relayed in get_transaction output (moneromooo-monero) 82e510f1 rpc: set default log category in core_rpc_server.h (moneromooo-monero)
| * | 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
|\ \ | | | | | | | | | | | | b3648232 daemon: fix ratio not being floating point (moneromooo-monero) e1b097b9 core_rpc_server: remove dummy assigning int to bool (moneromooo-monero)
| * | core_rpc_server: remove dummy assigning int to boolmoneromooo-monero2019-04-141-3/+1
| | | | | | | | | | | | Coverity 197653
* | | Merge pull request #5434Riccardo Spagni2019-04-162-0/+13
|\ \ \ | | | | | | | | | | | | ccb996af rpc: new sanity check on relayed transactions (moneromooo-monero)
| * | | rpc: new sanity check on relayed transactionsmoneromooo-monero2019-04-122-0/+13
| |/ / | | | | | | | | | This will weed out some transactions with silly rings
* | | Merge pull request #5428Riccardo Spagni2019-04-161-1/+4
|\ \ \ | |_|/ |/| | | | | f3425f8d rpc.getblocktemplate: set reserved_offset to zero when reserve_size==0 (stoffu)
| * | rpc.getblocktemplate: set reserved_offset to zero when reserve_size==0stoffu2019-04-121-1/+4
| | |
* | | Merge pull request #5421Riccardo Spagni2019-04-151-0/+1
|\ \ \ | | | | | | | | | | | | e78cea74 rpc: fix off by one in get_height (moneromooo-monero)
| * | | rpc: fix off by one in get_heightmoneromooo-monero2019-04-111-0/+1
| | |/ | |/|
* | | Merge pull request #5402Riccardo Spagni2019-04-151-1/+1
|\ \ \ | |/ / |/| | | | | cbf32241 rpc: make wide_difficulty hexadecimal (moneromooo-monero)
| * | rpc: make wide_difficulty hexadecimalmoneromooo-monero2019-04-051-1/+1
| | | | | | | | | | | | This should be friendlier for clients which don't have bignum support
* | | functional_tests: add more blockchain related testsmoneromooo-monero2019-04-112-3/+30
| | | | | | | | | | | | | | | Related to emission, reorgs, getting tx data back, output distribution and histogram
* | | Merge pull request #5376Riccardo Spagni2019-04-112-1/+5
|\ \ \ | | | | | | | | | | | | c746f45d Add hash of top block to /getheight RPC (Howard Chu)