aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/core_rpc_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* rpc: send global indices along with blocks/transacions on refreshmoneromooo-monero2016-08-281-0/+16
* mixable transactions must be rct for v3moneromooo-monero2016-08-281-0/+2
* core: new /getrandom_rctouts.bin binary RPC callmoneromooo-monero2016-08-281-0/+24
* remove original Cryptonote blockchain_storage blockchain formatmoneromooo-monero2016-08-281-6/+0
* daemon: print time to next forkmoneromooo-monero2016-08-121-1/+1
* Fake outs set is now decided by the walletmoneromooo-monero2016-08-111-0/+24
* new unlocked parameter to output_histogrammoneromooo-monero2016-08-011-1/+1
* core_rpc_server: fix gray/white peer list mixupmoneromooo-monero2016-07-261-1/+1
* Add a daemon RPC version, and make simplewallet check itmoneromooo-monero2016-07-101-0/+7
* 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
* Add GET_HASHES_FAST rpc, use it in walletHoward Chu2016-04-171-0/+19
* Merge pull request #797Riccardo Spagni2016-04-141-1/+1
|\
| * rpc: add a do_not_relay boolean to tx submissionmoneromooo-monero2016-04-051-1/+1
* | rpc: add pool/blockchain and block height results to gettransactionsmoneromooo-monero2016-04-091-4/+28
|/
* Merge pull request #777Riccardo Spagni2016-04-021-0/+2
|\
| * add blockhashing blob to getblocktemplateHoward Chu2016-03-301-0/+2
* | Merge pull request #767Riccardo Spagni2016-04-021-10/+26
|\ \ | |/ |/|
| * Convey tx verification failure reasons to the RPC clientmoneromooo-monero2016-03-271-10/+26
* | New RPC and daemon command to get output histogrammoneromooo-monero2016-03-261-0/+32
|/
* 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-301-0/+54
* 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-111-0/+2
* rpc: is_key_image_spent now checks the tx pool toomoneromooo-monero2016-01-051-1/+31
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
* Merge pull request #547Riccardo Spagni2015-12-221-1/+1
|\
| * Allow the wallet to access hard fork informationmoneromooo-monero2015-12-191-1/+1
* | print top block hash in daemon diff commandmoneromooo-monero2015-12-181-1/+8
|/
* Register daemon command line arguments to core if they're used in coremoneromooo-monero2015-12-081-2/+1
* Merge pull request #505Riccardo Spagni2015-11-301-0/+8
|\
| * core_rpc_server: add a --restricted-rpc optionmoneromooo-monero2015-11-271-0/+8
* | Merge pull request #503Riccardo Spagni2015-11-301-0/+1
|\ \
| * | rpc: pass current block target in rpcmoneromooo-monero2015-11-261-0/+1
| |/
* / add RPC calls and commands to get/set bansmoneromooo-monero2015-11-261-0/+43
|/
* 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-281-0/+1
* rpc: fix hard_fork_info RPCmoneromooo-monero2015-10-261-0/+1
* core_rpc_server: add optional json decoded tx to COMMAND_RPC_GET_TRANSACTIONSmoneromooo-monero2015-10-131-0/+2
* core_rpc_server: add a getblock RPC command, and fix print_blockmoneromooo-monero2015-10-131-0/+60
* Add an RPC call and daemon command to get info on hard fork votingmoneromooo-monero2015-09-191-0/+23
* Merge pull request #369Riccardo Spagni2015-08-131-1/+5
|\
| * core_rpc_server: replace vector<bool> with vector<int> in RPCmoneromooo-monero2015-08-131-1/+5
* | 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-111-0/+29
* 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
* Add mempool output to daemon via command and RPCwarptangent2015-04-231-3/+1