aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet_rpc_server.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* | wallet: wipe seed from memory where appropriatemoneromooo-monero2018-08-161-1/+3
|/
* wallet2: make --restricted-rpc available for wallet RPC onlystoffu2018-08-161-32/+35
|
* Merge pull request #4171luigi11112018-08-151-4/+10
|\ | | | | | | 9127a8b wallet-rpc: filter getbalance response by address index (stoffu)
| * wallet-rpc: filter getbalance response by address indexstoffu2018-07-311-4/+10
| |
* | Merge pull request #4170luigi11112018-08-151-0/+21
|\ \ | | | | | | | | | 1c6cfd3 wallet-rpc: add get_address_index command (stoffu)
| * | wallet-rpc: add get_address_index commandstoffu2018-07-311-0/+21
| |/
* | Merge pull request #4158luigi11112018-08-151-1/+33
|\ \ | | | | | | | | | 7db7ec8 wallet rpc: support making integrated address of given standard address (stoffu)
| * | wallet rpc: support making integrated address of given standard addressstoffu2018-07-201-1/+33
| |/
* / wallet: distinguish coinbase from other txes in show_transfersmoneromooo-monero2018-08-031-1/+1
|/
* Merge pull request #4035Riccardo Spagni2018-07-031-0/+2
|\ | | | | | | 66df13a5 wallet-rpc.getaddress: throw if index is out of bound (stoffu)
| * wallet-rpc.getaddress: throw if index is out of boundstoffu2018-06-211-0/+2
| |
* | Merge pull request #4005Riccardo Spagni2018-07-031-0/+6
|\ \ | | | | | | | | | b85acb4c Fix RPC crashes that didn't check for an open wallet (Howard Chu)
| * | Fix RPC crashes that didn't check for an open walletHoward Chu2018-06-151-0/+6
| | |
* | | Merge pull request #3907luigi11112018-06-271-0/+19
|\ \ \ | | | | | | | | | | | | dcbc17e wallet: include a suggested number of confirmations based on amount (moneromooo-monero)
| * | | wallet: include a suggested number of confirmations based on amountmoneromooo-monero2018-06-271-0/+19
| | |/ | |/| | | | | | | | | | | | | | | | | | | This is based on how much an attacking miner stands to lose in block rewardy by mining a private chain which double spends a payment. This is not foolproof, since mining is based on luck, and breaks down as the attacking miner nears 50% of the network hash rate, and the estimation is based on a constant block reward.
* | | Merge pull request #3998luigi11112018-06-271-2/+2
|\ \ \ | |/ / |/| | | | | 8db23df wallet: on first refresh, start off with a quantized height (moneromooo-monero)
| * | wallet: on first refresh, start off with a quantized heightmoneromooo-monero2018-06-131-2/+2
| |/ | | | | | | | | | | for privacy reasons, so an untrusted node can't easily track wallets from IP address to IP address, etc. The granularity is 1024 blocks, which is about a day and a half.
* | Merge pull request #3780luigi11112018-06-161-7/+217
|\ \ | |/ |/| | | 9c2a7b4 wallet-rpc: watch-only and cold wallet features added (ph4r05)
| * wallet-rpc: watch-only and cold wallet features addedDusan Klinec2018-06-031-7/+217
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - unsigned_txset, signed_txset in transfer / submit_transfer / sign_transfer - export_outputs, import_outputs Squashed commits: [f4d9f3d4] wallet-rpc: do_not_relay removed from submit_transfer [5b16a86f] wallet-rpc: review-fix - method signature changes, renaming [b7fbb10a] wallet-rpc: naming fixes (unsigned vs signed), consts renamed [8c7d2727] wallet-rpc: sign_transfer added [481d024a] wallet2: sign_tx splitted to work with strings and structs, more granular [2a474db9] wallet-rpc: wallet2::load_unsigned_tx split to load from str, file [b1e3a018] wallet-rpc: review fix, load_tx_from_str variable rename [1f6373be] wallet-rpc: review fix: save_tx_to_{str,file} [2a08eafc] wallet-rpc: review comments fixes - redundant this removed from wallet2.cpp - load_tx_from_str, load_tx_from_file [43498052] wallet-rpc: submit_transfer added [9c45d1ad] wallet-rpc: watch_only check, return unsigned_txset [62831396] wallet2: added string variants to load_tx, save_tx - analogously to save_multisig_tx - required for monero-wallet-rpc to support watch-only wallet
* | Merge pull request #3640luigi11112018-05-311-1/+7
|\ \ | | | | | | | | | f36132a wallet cli/rpc: terminate execution with code 0 when --help or --version is given (stoffu)
| * | wallet cli/rpc: terminate execution with code 0 when --help or --version is ↵stoffu2018-04-221-1/+7
| |/ | | | | | | given
* / wallet_rpc_server: add a get_version RPCmoneromooo-monero2018-04-141-0/+6
|/
* Merge pull request #3336Riccardo Spagni2018-03-161-1/+1
|\ | | | | | | 57c0b1ed Fix typos in various files (Dimitris Apostolou)
| * Fix typos in various filesDimitris Apostolou2018-03-151-1/+1
| |
* | wallet2+cli+rpc: eliminate redundant m_http_client from cli/rpc and delegate ↵stoffu2018-03-151-5/+3
|/ | | | calls to wallet2
* Merge pull request #3343Riccardo Spagni2018-03-051-4/+36
|\ | | | | | | 3d452367 allow using ring size instead of mixin for rpc transfer (cryptochangements34)
| * allow using ring size instead of mixin for rpc transfercryptochangements342018-03-051-4/+36
| |
* | Stagenetstoffu2018-03-051-15/+23
|/
* Merge pull request #3235Riccardo Spagni2018-02-201-2/+3
|\ | | | | | | 6866ed46 Add default value to max_height, otherwise it's 0 (Michał Sałaban)
| * Add default value to max_height, otherwise it's 0Michał Sałaban2018-02-051-2/+3
| |
* | Merge pull request #3214Riccardo Spagni2018-02-161-1/+1
|\ \ | | | | | | | | | 214d251c wallet: suggest the use of sweep_unmixable when not_enough_outs_to_mix is thrown (stoffu)
| * | wallet: suggest the use of sweep_unmixable when not_enough_outs_to_mix is thrownstoffu2018-02-081-1/+1
| |/
* | Merge pull request #3207Riccardo Spagni2018-02-161-6/+13
|\ \ | | | | | | | | | | | | a99ef176 wallet-rpc: take subaddress account as arg for get_transfer_by_txid (stoffu) 77125096 wallet-rpc: rename *_INDEX_OUTOFBOUND into *_INDEX_OUT_OF_BOUNDS (stoffu)
| * | wallet-rpc: take subaddress account as arg for get_transfer_by_txidstoffu2018-01-311-4/+11
| | |
| * | wallet-rpc: rename *_INDEX_OUTOFBOUND into *_INDEX_OUT_OF_BOUNDSstoffu2018-01-311-2/+2
| |/
* | Merge pull request #3197Riccardo Spagni2018-02-161-0/+10
|\ \ | | | | | | | | | | | | f90c76be Return appropriate error code when there's no connection to daemon (Michał Sałaban) 3cb65b3f Return appropriate error code when not enough money for tx (Michał Sałaban)
| * | Return appropriate error code when there's no connection to daemonMichał Sałaban2018-01-291-0/+5
| | |
| * | Return appropriate error code when not enough money for txMichał Sałaban2018-01-281-0/+5
| |/
* | Merge pull request #3094Riccardo Spagni2018-02-161-9/+9
|\ \ | |/ |/| | | a85dbb3f Fixed typos and wording tweaks (Maxithi)
| * Fixed typos and wording tweaksMaxithi2018-01-291-9/+9
| |
* | wallet: automatically use low priority if safe (no backlog & recent blocks ↵stoffu2018-01-281-4/+8
| | | | | | | | not full)
* | Merge pull request #3114Riccardo Spagni2018-01-271-0/+4
|\ \ | | | | | | | | | fb5c971c Allow retrieving spend key via RPC (Michał Sałaban)
| * | Allow retrieving spend key via RPCMichał Sałaban2018-01-141-0/+4
| | |
* | | Merge pull request #3113Riccardo Spagni2018-01-271-2/+2
|\ \ \ | | | | | | | | | | | | ffc2e570 wallet rpc: show fees when querying incoming transfers (stoffu)
| * | | wallet rpc: show fees when querying incoming transfersstoffu2018-01-261-2/+2
| | | |
* | | | Update 2018 copyrightxmr-eric2018-01-261-1/+1
|/ / /
* | | Merge pull request #3027Riccardo Spagni2018-01-251-0/+60
|\ \ \ | | | | | | | | | | | | 6d40a920 Reserve proof (stoffu)
| * | | Reserve proofstoffu2018-01-101-0/+60
| |/ /
* | | Merge pull request #3010Riccardo Spagni2018-01-251-0/+4
|\ \ \ | |/ / |/| | | | | 07da9c80 Resolve addresses in get_transfers (Michał Sałaban)
| * | Resolve addresses in get_transfersMichał Sałaban2017-12-271-0/+4
| | |