aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet_rpc_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed typos and wording tweaksMaxithi2018-01-291-9/+9
* Merge pull request #2967Riccardo Spagni2018-01-021-301/+103
|\
| * wallet_rpc_server: factor transfer info return and add missing infomoneromooo-monero2017-12-201-301/+103
* | Revert "return subaddress in get_bulk_payments"moneromooo-monero2017-12-251-1/+0
* | Merge pull request #2926Riccardo Spagni2017-12-251-0/+70
|\ \
| * | Account taggingstoffu2017-12-181-0/+70
| |/
* | Merge pull request #2920Riccardo Spagni2017-12-251-5/+19
|\ \
| * | check accessing an element past the end of a containermoneromooo-monero2017-12-181-5/+12
| * | add empty container sanity checks when using front() and back()moneromooo-monero2017-12-181-0/+7
| |/
* | Merge pull request #2916Riccardo Spagni2017-12-251-4/+18
|\ \
| * | wallet-rpc: added receiving address to res of get(_bulk)_payments; selective ...stoffu2017-12-181-4/+18
| |/
* | Merge pull request #2899Riccardo Spagni2017-12-251-0/+1
|\ \ | |/ |/|
| * return subaddress in get_bulk_paymentsDmitriy Plekhanov2017-12-081-0/+1
* | wallet: factor multisig info parsingmoneromooo-monero2017-12-171-50/+1
* | wallet: use raw encrypted data in multisig import/export RPCmoneromooo-monero2017-12-171-47/+7
* | wallet: add multisig sign/submit RPCmoneromooo-monero2017-12-171-82/+361
* | Match surae's recommendation to derive multisig keysmoneromooo-monero2017-12-171-3/+3
* | wallet: guard against partly initialized multisig walletmoneromooo-monero2017-12-171-4/+25
* | add multisig core test and factor multisig building blocksmoneromooo-monero2017-12-171-14/+1
* | N-1/N multisigmoneromooo-monero2017-12-171-11/+93
* | multisig address generation RPCmoneromooo-monero2017-12-171-0/+234
* | gen_multisig: generates multisig wallets if participants trust each othermoneromooo-monero2017-12-171-0/+1
* | Add N/N multisig tx generation and signingmoneromooo-monero2017-12-171-0/+1
* | new wipeable_string class to replace std::string passphrasesmoneromooo-monero2017-11-271-1/+2
|/
* Merge pull request #2823Riccardo Spagni2017-11-251-21/+21
|\
| * Add out-of-bound exceptions and handle them in RPCMichał Sałaban2017-11-151-21/+21
* | Merge pull request #2368Riccardo Spagni2017-11-251-0/+50
|\ \
| * | Spend proof without txkeystoffu2017-11-211-0/+50
* | | Merge pull request #2788Riccardo Spagni2017-11-251-3/+80
|\ \ \
| * | | wallet_rpc_server: new relay_tx commandmoneromooo-monero2017-11-241-0/+41
| * | | wallet: transfer RPC can now return tx metadata (pending_tx)moneromooo-monero2017-11-241-3/+39
| |/ /
* / / fix for tx proof: use exception instead of error_str when signature gen failedstoffu2017-11-211-6/+1
|/ /
* | Merge pull request #2768Riccardo Spagni2017-11-201-5/+8
|\ \
| * | Wallet RPC: Add prompt-for-password flagTim L2017-11-151-5/+8
| |/
* / Tx proof (revised):stoffu2017-11-181-0/+161
|/
* simplewallet: wrong ns for input_line in sweep_single (fix #2634)stoffu2017-11-151-1/+1
* wallet: add sweep_single commandstoffu2017-11-151-0/+96
* More missed readline dependencies thru scoped_message_writerHoward Chu2017-11-141-2/+1
* wallet: move some scoped_message_writer calls from the libsmoneromooo-monero2017-11-141-1/+11
* wallet: rejig to avoid prompting in wallet2moneromooo-monero2017-11-141-5/+15
* Merge pull request #2756Riccardo Spagni2017-11-141-0/+0
|\
| * Fix file permission issueTim L2017-11-031-0/+0
* | simplewallet: reject attempts to use too low mixin earlymoneromooo-monero2017-11-141-16/+3
* | track double spending in the txpoolmoneromooo-monero2017-11-061-6/+8
* | Merge pull request #2605Riccardo Spagni2017-11-061-0/+29
|\ \ | |/ |/|
| * Wallet: Descriptions through new commands 'set_description', 'get_description'rbrunner72017-10-161-0/+29
* | Merge pull request #2723Riccardo Spagni2017-10-311-1/+1
|\ \
| * | RPC Add cross origin resource sharing supportTim L2017-10-301-1/+1
| |/
* / Add more specific RPC error codesMichał Sałaban2017-10-231-96/+91
|/
* Fix compiler warnings with Clang 6.0.0.Vasil Dimov2017-10-151-1/+1