aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet_rpc_server_commands_defs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-27wallet_rpc_server: fix build - forgot to build rpc versionmoneromooo-monero1-3/+3
2018-06-27wallet: include a suggested number of confirmations based on amountmoneromooo-monero1-1/+5
2018-06-16Merge pull request #3780luigi11111-0/+97
2018-06-03wallet-rpc: watch-only and cold wallet features addedDusan Klinec1-0/+97
2018-04-14wallet_rpc_server: add a get_version RPCmoneromooo-monero1-0/+29
2018-03-05Make mixin optional with default for rpc transfercryptochangements341-4/+4
2018-03-05allow using ring size instead of mixin for rpc transfercryptochangements341-0/+8
2018-02-20Merge pull request #3235Riccardo Spagni1-1/+2
2018-02-05Add default value to max_height, otherwise it's 0Michał Sałaban1-1/+2
2018-01-31wallet-rpc: take subaddress account as arg for get_transfer_by_txidstoffu1-0/+2
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2018-01-25Merge pull request #3027Riccardo Spagni1-0/+56
2018-01-25Merge pull request #3010Riccardo Spagni1-0/+2
2018-01-10Reserve proofstoffu1-0/+56
2018-01-02Merge pull request #2967Riccardo Spagni1-2/+10
2017-12-27Resolve addresses in get_transfersMichał Sałaban1-0/+2
2017-12-25Merge pull request #2926Riccardo Spagni1-0/+94
2017-12-20wallet_rpc_server: factor transfer info return and add missing infomoneromooo-monero1-2/+10
2017-12-18wallet-rpc: added receiving address to res of get(_bulk)_payments; selective ...stoffu1-0/+4
2017-12-18Account taggingstoffu1-0/+94
2017-12-17wallet: use raw encrypted data in multisig import/export RPCmoneromooo-monero1-35/+2
2017-12-17wallet: add multisig sign/submit RPCmoneromooo-monero1-0/+54
2017-12-17wallet: guard against partly initialized multisig walletmoneromooo-monero1-0/+2
2017-12-17N-1/N multisigmoneromooo-monero1-3/+40
2017-12-17multisig address generation RPCmoneromooo-monero1-0/+126
2017-12-17Add N/N multisig tx generation and signingmoneromooo-monero1-0/+2
2017-11-25Merge pull request #2368Riccardo Spagni1-0/+48
2017-11-24wallet_rpc_server: new relay_tx commandmoneromooo-monero1-0/+27
2017-11-24wallet: transfer RPC can now return tx metadata (pending_tx)moneromooo-monero1-0/+20
2017-11-21Spend proof without txkeystoffu1-0/+48
2017-11-18Tx proof (revised):stoffu1-0/+108
2017-11-15wallet: add sweep_single commandstoffu1-0/+47
2017-11-06track double spending in the txpoolmoneromooo-monero1-0/+2
2017-10-16Wallet: Descriptions through new commands 'set_description', 'get_description'rbrunner71-0/+42
2017-10-07Subaddresseskenshi841-0/+196
2017-08-15Merge pull request #2205Riccardo Spagni1-0/+2
2017-08-02wallet: return unlock_time in get_transfersmoneromooo-monero1-0/+2
2017-07-26wallet_rpc_server: optionally return tx blobs on transfer callsmoneromooo-monero1-0/+24
2017-06-26Fix #2120: return per-tx amount in transfer_split RPC call.binaryFate1-0/+2
2017-04-24wallet: add sweep_below functionmoneromooo-monero1-0/+2
2017-04-11Resolve #92 add ability to create wallets thru RPCHoward Chu1-0/+56
2017-03-20wallet rpc: enable solo miningstoffu1-0/+37
2017-03-18wallet_rpc_server: add a rescan_spent RPCmoneromooo-monero1-0/+15
2017-02-24wallet_rpc_server: new --trusted-daemon flagmoneromooo-monero1-8/+0
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-1/+1
2017-02-04wallet_rpc_server: add address book RPC callsmoneromooo-monero1-0/+79
2017-01-16Change logging to easylogging++moneromooo-monero1-0/+4
2017-01-08wallet_rpc_server: new RPC call to get a transfer by txidmoneromooo-monero1-25/+48
2016-11-28wallet: add API and RPC to create/parse monero: URIsmoneromooo-monero1-0/+56
2016-11-16wallet: return fee in transfer RPCmoneromooo-monero1-0/+8
2016-09-16wallet: change priority/fee to ArticMine's recommendationmoneromooo-monero1-6/+6
2016-08-29wallet_rpc_server: return payment id in make_integrated_address RPCmoneromooo-monero1-0/+2
2016-08-28rct amount key modified as per luigi1111's recommendationsmoneromooo-monero1-6/+0
2016-08-28wallet: always use new algorithm for RPC transfersmoneromooo-monero1-2/+0
2016-08-28port get_tx_key/check_tx_key to rctmoneromooo-monero1-0/+35
2016-07-24wallet: new {ex,im}port_key_images commands and RPC callsmoneromooo-monero1-0/+65
2016-07-20wallet: add unconfirmed incoming txes from the txpoolmoneromooo-monero1-0/+4
2016-07-19wallet: add command and RPC to sign/verify datamoneromooo-monero1-1/+46
2016-06-22wallet: add a fee multipliermoneromooo-monero1-6/+6
2016-04-27wallet: add a filter_by_height field to get_transfersmoneromooo-monero1-0/+3
2016-04-26wallet: add get_transfers rpc callmoneromooo-monero1-0/+60
2016-04-26wallet: allow attaching notes to txidsmoneromooo-monero1-0/+41
2016-04-19wallet: add a new sweep_all command and RPC commandmoneromooo-monero1-0/+35
2016-04-02wallet: better output selection for transfer/transfer_newmoneromooo-monero1-0/+4
2016-03-26wallet: do not leak owned amounts to the daemon unless --trusted-daemonmoneromooo-monero1-0/+2
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-12-30wallet: add a rescan_bc command and rescan_blockchain RPCmoneromooo-monero1-0/+15
2015-12-23changed height to uint64_tBrendan Telzrow1-4/+4
2015-12-23added RPC wallet command getheightBrendan Telzrow1-0/+17
2015-12-05wallet: add a stop_wallet RPC callmoneromooo-monero1-0/+15
2015-08-24wallet: only return tx keys via RPC if requestedmoneromooo-monero1-0/+7
2015-08-19make tx keys available to the usermoneromooo-monero1-0/+6
2015-07-22wallet: new transaction construction algorithmmoneromooo-monero1-0/+2
2015-06-13Add RPC commands to manipulate integrated addressesmoneromooo-monero1-0/+45
2015-05-30wallet_rpc_server: add a sweep_dust RPC command as wellmoneromooo-monero1-0/+18
2015-02-20added tx size to incoming_transfers RPC CallRiccardo Spagni1-0/+2
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-08-05query_key command in wallet rpc.Jakob Lind1-0/+22
2014-07-23License updated to BSD 3-clausefluffypony1-3/+29
2014-07-22Add get_bulk_payments rpc callZachary Michaels1-0/+25
2014-06-30wallet RPC converted to use new transaction semanticsThomas Winget1-0/+211