aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet_rpc_server.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-17wallet: add edit_address_book RPCmoneromooo-monero1-0/+2
2019-04-16wallet_rpc_server: add set_log_level/set_log_categoriesmoneromooo-monero1-0/+4
2019-04-11Merge pull request #5374Riccardo Spagni1-0/+2
2019-04-04wallet: new option to start background miningmoneromooo-monero1-0/+2
2019-04-01wallet_rpc_server: add a set_daemon RPCmoneromooo-monero1-0/+2
2019-04-01Merge pull request #5302Riccardo Spagni1-0/+4
2019-03-17Merge pull request #5165Riccardo Spagni1-0/+2
2019-03-17wallet_rpc_server: new auto_refresh RPCmoneromooo-monero1-0/+4
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-03-02Simplify RPC endpoint, emoving second RPC endpoint generate_from_view_keyJoel1-2/+0
2019-02-21Remove code duplicationJoel1-2/+2
2019-02-19Add generate_from_view_key RPC methodJoel1-0/+2
2019-02-19Add generate_from_keys RPC methodJoel1-0/+2
2019-02-14wallet_rpc_server: add a validate_address RPCmoneromooo-monero1-0/+2
2019-01-28rpc: fix internal daemon calls in restricted rpc getting partial datamoneromooo-monero1-77/+78
2018-10-29wallet-rpc: add on_restore_deterministic RPC call.Hasan Pekdemir1-0/+2
2018-10-26Merge pull request #4539Riccardo Spagni1-0/+2
2018-10-12Remove epee header dependency on cryptonote_coremoneromooo-monero1-0/+1
2018-10-09wallet_rpc_server: add describe_transfer RPCmoneromooo-monero1-0/+2
2018-10-01Arbitrary M/N multisig schemes:naughtyfox1-0/+2
2018-09-05wallet rpc: Add close_wallet RPCGuillaume LE VAILLANT1-0/+2
2018-09-04Merge pull request #4269luigi11111-0/+2
2018-08-23wallet: store trusted-daemon flag in wallet2stoffu1-1/+0
2018-08-22rpc-wallet: refresh command addedDusan Klinec1-0/+2
2018-08-17[#4027] add change_wallet_password wallet rpc commandartyomsol1-0/+2
2018-08-16wallet2: make --restricted-rpc available for wallet RPC onlystoffu1-0/+1
2018-07-31wallet-rpc: add get_address_index commandstoffu1-0/+2
2018-06-16Merge pull request #3780luigi11111-1/+9
2018-06-03wallet-rpc: watch-only and cold wallet features addedDusan Klinec1-1/+9
2018-04-14wallet_rpc_server: add a get_version RPCmoneromooo-monero1-0/+2
2018-03-17wallet_rpc_server: add sweep_unmixable as alias for sweep_dustmoneromooo-monero1-0/+1
2018-03-15wallet2+cli+rpc: eliminate redundant m_http_client from cli/rpc and delegate ...stoffu1-1/+0
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2018-01-25Merge pull request #3047Riccardo Spagni1-0/+3
2018-01-10Reserve proofstoffu1-0/+4
2018-01-06Implement #3045, fixing RPC snakecasesNick Johnson1-0/+3
2018-01-02Merge pull request #2967Riccardo Spagni1-0/+5
2017-12-25Merge pull request #2926Riccardo Spagni1-0/+8
2017-12-20wallet_rpc_server: factor transfer info return and add missing infomoneromooo-monero1-0/+5
2017-12-18check accessing an element past the end of a containermoneromooo-monero1-1/+1
2017-12-18Account taggingstoffu1-0/+8
2017-12-17wallet: add multisig sign/submit RPCmoneromooo-monero1-0/+5
2017-12-17N-1/N multisigmoneromooo-monero1-0/+1
2017-12-17multisig address generation RPCmoneromooo-monero1-0/+10
2017-11-25Merge pull request #2368Riccardo Spagni1-0/+4
2017-11-24wallet_rpc_server: new relay_tx commandmoneromooo-monero1-0/+2
2017-11-21Spend proof without txkeystoffu1-0/+4
2017-11-18Tx proof (revised):stoffu1-0/+8
2017-11-15simplewallet: wrong ns for input_line in sweep_single (fix #2634)stoffu1-1/+0
2017-11-15wallet: add sweep_single commandstoffu1-0/+2
2017-11-06track double spending in the txpoolmoneromooo-monero1-1/+1
2017-11-06Merge pull request #2605Riccardo Spagni1-0/+4
2017-10-23Add more specific RPC error codesMichał Sałaban1-0/+1
2017-10-16Wallet: Descriptions through new commands 'set_description', 'get_description'rbrunner71-0/+4
2017-10-07Subaddresseskenshi841-1/+11
2017-08-30Do not create file when RPC user/pass is given and use file lockingLee Clagett1-1/+2
2017-08-12wallet_rpc_server: adjust small ring sizes to 5 for v6moneromooo-monero1-0/+1
2017-06-26Minor cleanup: tab vs. space + logs messagesbinaryFate1-1/+1
2017-04-11Resolve #92 add ability to create wallets thru RPCHoward Chu1-3/+15
2017-03-20wallet rpc: enable solo miningstoffu1-0/+5
2017-03-18wallet_rpc_server: add a rescan_spent RPCmoneromooo-monero1-0/+2
2017-02-24wallet_rpc_server: new --trusted-daemon flagmoneromooo-monero1-0/+1
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-04wallet_rpc_server: add address book RPC callsmoneromooo-monero1-0/+6
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-0/+8
2016-12-20Merge pull request #1473Riccardo Spagni1-2/+0
2016-12-19Removed unused functionsLee Clagett1-2/+0
2016-12-16Enabled HTTP auth support for monero-wallet-rpcLee Clagett1-0/+3
2016-12-05Added confirmation before binding wallet-rpc to external IPLee Clagett1-3/+0
2016-11-28wallet: add API and RPC to create/parse monero: URIsmoneromooo-monero1-0/+4
2016-11-10Created monero-wallet-rpc, moving functionality from monero-wallet-cliLee Clagett1-7/+2
2016-09-18epee: optionally restrict HTTP service to a configurable user agentmoneromooo-monero1-0/+2
2016-07-24wallet: new {ex,im}port_key_images commands and RPC callsmoneromooo-monero1-0/+4
2016-07-19wallet: add command and RPC to sign/verify datamoneromooo-monero1-0/+4
2016-04-26wallet: add get_transfers rpc callmoneromooo-monero1-0/+2
2016-04-26wallet: allow attaching notes to txidsmoneromooo-monero1-0/+4
2016-04-19wallet: add a new sweep_all command and RPC commandmoneromooo-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/+2
2015-12-28wallet_rpc_server: exit async, so we reply to stop_wallet RPCmoneromooo-monero1-0/+1
2015-12-23added RPC wallet command getheightBrendan Telzrow1-0/+2
2015-12-05wallet: add a stop_wallet RPC callmoneromooo-monero1-0/+2
2015-06-13Add RPC commands to manipulate integrated addressesmoneromooo-monero1-0/+4
2015-05-30wallet_rpc_server: add a sweep_dust RPC command as wellmoneromooo-monero1-0/+2
2015-03-27Restore daemon interactive modeThomas Winget1-9/+9
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-08-05query_key command in wallet rpc.Jakob Lind1-0/+4
2014-07-23Merge pull request #70 from fluffypony/masterRiccardo Spagni1-3/+29
2014-07-23wallet rpc: actually populate the extra while assembling a transactionErik Kimmo1-1/+1
2014-07-23License updated to BSD 3-clausefluffypony1-3/+29
2014-07-22Add get_bulk_payments rpc callZachary Michaels1-0/+2
2014-06-30wallet RPC converted to use new transaction semanticsThomas Winget1-1/+4
2014-06-02fixed conflictpaybee1-0/+2
2014-05-27Added incoming_transfers RPC API methodpaybee1-4/+6
2014-05-25'getaddress' wallet-rpc commandNeozaru1-0/+2
2014-05-03initial [broken] updatemydesktop1-4/+6
2014-04-02json rpc for wallet and bugfixAntonio Juarez1-0/+55