summaryrefslogtreecommitdiff
path: root/src/wallet/wallet_rpc_server.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
* | | Merge pull request #3002Riccardo Spagni2018-01-101-0/+2
|\ \ \ | | | | | | | | | | | | | | | | 9996d5e9 wallet2: guard against the dameon sending blocks before last checkpoint (moneromooo-monero) eadaa6aa wallet_rpc_server: fix wallet leak on error exit (moneromooo-monero)
| * | | wallet_rpc_server: fix wallet leak on error exitmoneromooo-monero2017-12-241-0/+2
| | | | | | | | | | | | | | | | Makes it easier to debug leaks
* | | | epee: remove dependency on commonmoneromooo-monero2018-01-101-1/+2
| |_|/ |/| |
* | | Merge pull request #2967Riccardo Spagni2018-01-021-301/+103
|\ \ \ | |_|/ |/| | | | | 55556fab wallet_rpc_server: factor transfer info return and add missing info (moneromooo-monero)
| * | wallet_rpc_server: factor transfer info return and add missing infomoneromooo-monero2017-12-201-301/+103
| |/ | | | | | | Additional tx keys, amounts and fees were missing in some cases
* | Revert "return subaddress in get_bulk_payments"moneromooo-monero2017-12-251-1/+0
| | | | | | | | This reverts commit b60f48f0e31c17638f771042887b2fffdbad15b4.
* | Merge pull request #2926Riccardo Spagni2017-12-251-0/+70
|\ \ | | | | | | | | | 6b5bd129 Account tagging (stoffu)
| * | Account taggingstoffu2017-12-181-0/+70
| |/
* | Merge pull request #2920Riccardo Spagni2017-12-251-5/+19
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bd5cce07 network_throttle: fix ineffective locking (moneromooo-monero) e0a61299 network_throttle: remove unused xxx static member (moneromooo-monero) 24f584d9 cryptonote_core: remove unused functions with off by one bugs (moneromooo-monero) b1634aa3 blockchain: don't leave dangling pointers in this (moneromooo-monero) 8e60b81c cryptonote_core: fix db leak on error (moneromooo-monero) 213e326c abstract_tcp_server2: log init_server errors as fatal (moneromooo-monero) b51dc566 use const refs in for loops for non tiny types (moneromooo-monero) f0568ca6 net_parse_helpers: fix regex error checking (moneromooo-monero) b49ddc76 check accessing an element past the end of a container (moneromooo-monero) 2305bf26 check return value for generate_key_derivation and derive_public_key (moneromooo-monero) a4240d9f catch const exceptions (moneromooo-monero) 45a1c4c0 add empty container sanity checks when using front() and back() (moneromooo-monero) 56fa6ce1 tests: fix a buffer overread in a unit test (moneromooo-monero) b4524892 rpc: guard against json parsing a non object (moneromooo-monero) c2ed8618 easylogging++: avoid buffer underflow (moneromooo-monero) 187a6ab2 epee: trap failure to parse URI from request (moneromooo-monero) 061789b5 checkpoints: trap failure to load JSON checkpoints (moneromooo-monero) ba2fefb9 checkpoints: pass std::string by const ref, not const value (moneromooo-monero) 38c8f4e0 mlog: terminate a string at last char, just in case (moneromooo-monero) d753d716 fix a few leaks by throwing objects, not newed pointers to objects (moneromooo-monero) fe568db8 p2p: use size_t for arbitrary counters instead of uint8_t (moneromooo-monero) 46d6fa35 cryptonote_protocol: sanity check chain hashes from peer (moneromooo-monero) 25584f86 cryptonote_protocol: print peer versions when unexpected (moneromooo-monero) 490a5d41 rpc: do not try to use an invalid txid in relay_tx (moneromooo-monero)
| * | 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
|\ \ | | | | | | | | | a9217641 wallet-rpc: added receiving address to res of get(_bulk)_payments; selective addresses for getaddress (stoffu)
| * | wallet-rpc: added receiving address to res of get(_bulk)_payments; selective ↵stoffu2017-12-181-4/+18
| |/ | | | | | | addresses for getaddress
* | Merge pull request #2899Riccardo Spagni2017-12-251-0/+1
|\ \ | |/ |/| | | b60f48f0 return subaddress in get_bulk_payments (Dmitriy Plekhanov)
| * 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
| |