aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet_rpc_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* wallet: add sweep_below functionmoneromooo-monero2017-04-241-1/+1
* Resolve #92 add ability to create wallets thru RPCHoward Chu2017-04-111-94/+326
* wallet rpc: enable solo miningstoffu2017-03-201-0/+51
* wallet-rpc bugfix: get_transfer_by_txid previously checking against payment idkenshi842017-03-191-1/+1
* Merge pull request #1884Riccardo Spagni2017-03-181-0/+28
|\
| * wallet_rpc_server: make a few RPCs unavailable in restricted modemoneromooo-monero2017-03-181-0/+28
* | Merge pull request #1883Riccardo Spagni2017-03-181-8/+8
|\ \
| * | use const references in catch blocksmoneromooo-monero2017-03-181-8/+8
| |/
* | Merge pull request #1882Riccardo Spagni2017-03-181-0/+22
|\ \
| * | wallet_rpc_server: add a rescan_spent RPCmoneromooo-monero2017-03-181-0/+22
| |/
* / wallet-rpc: enable openaliasstoffu2017-03-171-3/+3
|/
* wallet: fix --log-file not workingmoneromooo-monero2017-02-281-0/+1
* wallet_rpc_server: new --trusted-daemon flagmoneromooo-monero2017-02-241-5/+16
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
* simplewallet: validate hex input sizemoneromooo-monero2017-02-141-4/+4
* Merge pull request #1689Riccardo Spagni2017-02-111-62/+25
|\
| * Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett2017-02-061-62/+25
* | extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-2/+2
|/
* wallet_rpc_server: add address book RPC callsmoneromooo-monero2017-02-041-0/+98
* Merge pull request #1643Riccardo Spagni2017-02-021-4/+2
|\
| * wallet_rpc_server: fix logs going to the wrong filemoneromooo-monero2017-01-281-4/+2
* | wallet_rpc_server: fix short payment id validation in transfermoneromooo-monero2017-01-291-1/+1
|/
* wallet2: reuse fake outs when adjusting fee on transfermoneromooo-monero2017-01-161-0/+5
* Change logging to easylogging++moneromooo-monero2017-01-161-5/+9
* 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