aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Expand)AuthorAgeFilesLines
* daemon: print time to next forkmoneromooo-monero2016-08-121-1/+1
* Fake outs set is now decided by the walletmoneromooo-monero2016-08-113-1/+72
* new unlocked parameter to output_histogrammoneromooo-monero2016-08-012-1/+3
* core_rpc_server: fix gray/white peer list mixupmoneromooo-monero2016-07-261-1/+1
* Merge pull request #902Riccardo Spagni2016-07-203-0/+31
|\
| * Add a daemon RPC version, and make simplewallet check itmoneromooo-monero2016-07-103-0/+31
* | rpc: fix get_bans and set_bans RPC names, they were missing a _moneromooo-monero2016-07-101-2/+2
|/
* rpc: restrict number of fake outs requested in restricted rpc modemoneromooo-monero2016-06-291-0/+12
* rpc: fix getblock RPC sending blob as binary, not hex dumpmoneromooo-monero2016-06-101-1/+1
* Restrict also 'get_connections' and 'getbans' APIs.osensei2016-05-161-2/+2
* Don't allow 'flush_txpool' and 'setbans' JSON_RPC methods when running in res...osensei2016-05-141-2/+2
* Add GET_HASHES_FAST rpc, use it in walletHoward Chu2016-04-173-0/+51
* Merge pull request #797Riccardo Spagni2016-04-142-1/+3
|\
| * rpc: add a do_not_relay boolean to tx submissionmoneromooo-monero2016-04-052-1/+3
* | rpc: add pool/blockchain and block height results to gettransactionsmoneromooo-monero2016-04-092-7/+54
|/
* Merge pull request #777Riccardo Spagni2016-04-022-0/+4
|\
| * add blockhashing blob to getblocktemplateHoward Chu2016-03-302-0/+4
* | Merge pull request #767Riccardo Spagni2016-04-022-10/+44
|\ \ | |/ |/|
| * Convey tx verification failure reasons to the RPC clientmoneromooo-monero2016-03-272-10/+44
* | New RPC and daemon command to get output histogrammoneromooo-monero2016-03-263-0/+75
|/
* Fix typo on bitmonerod rpc method error.Mike C2016-03-141-3/+3
* rpc: do not return bans if they're effectively spentmoneromooo-monero2016-03-121-4/+7
* new flush_txpool command, and associated RPC callmoneromooo-monero2016-01-303-0/+77
* rpc: add missing return on error when getting a txmoneromooo-monero2016-01-301-0/+1
* Fix V1/V2 use of hard fork related parametersmoneromooo-monero2016-01-291-2/+2
* rpc: fix missing target information in RPC callmoneromooo-monero2016-01-112-0/+3
* rpc: is_key_image_spent now checks the tx pool toomoneromooo-monero2016-01-052-1/+37
* updated copyright yearRiccardo Spagni2015-12-315-5/+5
* Merge pull request #547Riccardo Spagni2015-12-222-1/+3
|\
| * Allow the wallet to access hard fork informationmoneromooo-monero2015-12-192-1/+3
* | print top block hash in daemon diff commandmoneromooo-monero2015-12-182-1/+10
|/
* Register daemon command line arguments to core if they're used in coremoneromooo-monero2015-12-081-2/+1
* Merge pull request #505Riccardo Spagni2015-11-302-12/+22
|\
| * core_rpc_server: add a --restricted-rpc optionmoneromooo-monero2015-11-272-12/+22
* | Merge pull request #503Riccardo Spagni2015-11-302-0/+2
|\ \
| * | rpc: pass current block target in rpcmoneromooo-monero2015-11-262-0/+2
| |/
* / add RPC calls and commands to get/set bansmoneromooo-monero2015-11-263-0/+112
|/
* Relay transactions when they linger too long in the poolmoneromooo-monero2015-11-211-1/+1
* rpc: fix start_mining and status RPC crashesmoneromooo-monero2015-10-282-0/+3
* rpc: fix hard_fork_info RPCmoneromooo-monero2015-10-262-0/+2
* core_rpc_server: add optional json decoded tx to COMMAND_RPC_GET_TRANSACTIONSmoneromooo-monero2015-10-132-0/+6
* core_rpc_server: add a getblock RPC command, and fix print_blockmoneromooo-monero2015-10-133-0/+94
* Add an RPC call and daemon command to get info on hard fork votingmoneromooo-monero2015-09-194-0/+60
* Merge pull request #369Riccardo Spagni2015-08-132-2/+6
|\
| * core_rpc_server: replace vector<bool> with vector<int> in RPCmoneromooo-monero2015-08-132-2/+6
* | core_rpc_server: find transactions in the pool as well as the blockchainmoneromooo-monero2015-08-111-0/+24
|/
* Add a is_key_image_spent daemon command and RPC callmoneromooo-monero2015-08-113-0/+56
* core_rpc_server: add a getter for the testnet flagmoneromooo-monero2015-05-281-0/+1
* core_rpc_server: log some error messages to the consolemoneromooo-monero2015-05-281-0/+3
* core_rpc_server: reenable print_plmoneromooo-monero2015-05-281-3/+2