aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet_rpc_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added (not yet enabled) HTTP client authenticationLee Clagett2017-01-111-1/+1
* wallet_rpc_server: new RPC call to get a transfer by txidmoneromooo-monero2017-01-081-61/+152
* Refactored password prompting for walletsLee Clagett2016-12-191-3/+3
* Enabled HTTP auth support for monero-wallet-rpcLee Clagett2016-12-161-7/+91
* Added confirmation before binding wallet-rpc to external IPLee Clagett2016-12-051-11/+30
* Merge pull request #1398Riccardo Spagni2016-12-041-1/+1
|\
| * Fix a few minor typosPierre Boyer2016-12-041-1/+1
* | wallet: add API and RPC to create/parse monero: URIsmoneromooo-monero2016-11-281-0/+27
|/
* wallet: return fee in transfer RPCmoneromooo-monero2016-11-161-0/+4
* Created monero-wallet-rpc, moving functionality from monero-wallet-cliLee Clagett2016-11-101-10/+117
* epee: optionally restrict HTTP service to a configurable user agentmoneromooo-monero2016-09-181-1/+4
* wallet: change priority/fee to ArticMine's recommendationmoneromooo-monero2016-09-161-3/+3
* wallet_rpc_server: return payment id in make_integrated_address RPCmoneromooo-monero2016-08-291-0/+1
* rct amount key modified as per luigi1111's recommendationsmoneromooo-monero2016-08-281-31/+0
* wallet: do not store signatures in the wallet cachemoneromooo-monero2016-08-281-1/+1
* wallet: always use new algorithm for RPC transfersmoneromooo-monero2016-08-281-5/+2
* wallet: do not try to use rct txes a few blocks before the forkmoneromooo-monero2016-08-281-2/+2
* port get_tx_key/check_tx_key to rctmoneromooo-monero2016-08-281-0/+39
* add rct to the protocolmoneromooo-monero2016-08-281-4/+2
* wallet: new {ex,im}port_key_images commands and RPC callsmoneromooo-monero2016-07-241-0/+66
* wallet: add unconfirmed incoming txes from the txpoolmoneromooo-monero2016-07-201-2/+25
* Merge pull request #899Riccardo Spagni2016-07-201-1/+8
|\
| * wallet_rpc_server: add payment id from integrated addresses to extramoneromooo-monero2016-07-101-1/+8
* | wallet: add command and RPC to sign/verify datamoneromooo-monero2016-07-191-0/+36
|/
* wallet: add a fee multipliermoneromooo-monero2016-06-221-4/+4
* wallet_rpc_server: fix some string values being returned between <>moneromooo-monero2016-06-191-10/+10
* wallet: add a filter_by_height field to get_transfersmoneromooo-monero2016-04-271-2/+9
* wallet: add get_transfers rpc callmoneromooo-monero2016-04-261-0/+89
* wallet: allow attaching notes to txidsmoneromooo-monero2016-04-261-0/+63
* wallet: add a new sweep_all command and RPC commandmoneromooo-monero2016-04-191-0/+59
* wallet: better output selection for transfer/transfer_newmoneromooo-monero2016-04-021-3/+3
* wallet: do not leak owned amounts to the daemon unless --trusted-daemonmoneromooo-monero2016-03-261-1/+1
* wallet: change sweep_dust to sweep_unmixablemoneromooo-monero2016-03-261-1/+1
* wallet: use minimum mixin when RPC asks for too low mixinmoneromooo-monero2016-03-111-3/+13
* get_payments short IDluigi11112016-03-051-8/+17
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
* wallet: add a rescan_bc command and rescan_blockchain RPCmoneromooo-monero2015-12-301-0/+23
* wallet_rpc_server: exit async, so we reply to stop_wallet RPCmoneromooo-monero2015-12-281-1/+10
* wallet: do not return error if incoming_transfers finds nonemoneromooo-monero2015-12-281-5/+0
* added RPC wallet command getheightBrendan Telzrow2015-12-231-1/+16
* wallet: add a stop_wallet RPC callmoneromooo-monero2015-12-051-0/+23
* wallet: use mutex protected random generation apimoneromooo-monero2015-08-261-1/+1
* wallet: only return tx keys via RPC if requestedmoneromooo-monero2015-08-241-3/+6
* make tx keys available to the usermoneromooo-monero2015-08-191-0/+3
* encrypted payment ids are now 64 bit, instead of 256 bitmoneromooo-monero2015-08-091-22/+36
* Encrypted payment IDsmoneromooo-monero2015-08-091-4/+7
* wallet: new transaction construction algorithmmoneromooo-monero2015-07-221-1/+5
* Add RPC commands to manipulate integrated addressesmoneromooo-monero2015-06-131-0/+64
* Integrated addresses (standard address plus payment id)moneromooo-monero2015-06-121-2/+16
* wallet_rpc_server: add a sweep_dust RPC command as wellmoneromooo-monero2015-05-301-0/+44