aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
Commit message (Expand)AuthorAgeFilesLines
* move includes around to lessen overall loadmoneromooo-monero2017-12-163-4/+6
* Merge pull request #2885Riccardo Spagni2017-12-161-1/+6
|\
| * catch wallet decrypt false positiveRiccardo Spagni2017-12-041-1/+6
* | Merge pull request #2860Riccardo Spagni2017-12-163-29/+30
|\ \
| * | new wipeable_string class to replace std::string passphrasesmoneromooo-monero2017-11-273-29/+30
* | | add bulletproofs from v7 on testnetmoneromooo-monero2017-12-082-8/+11
* | | integrate bulletproofs into moneromoneromooo-monero2017-12-081-12/+25
| |/ |/|
* | Merge pull request #2833Riccardo Spagni2017-12-022-20/+34
|\ \
| * | Fixes #759 Add sanity check on restore heightCifrado2017-11-172-20/+34
* | | Merge pull request #2850Riccardo Spagni2017-12-021-1/+1
|\ \ \
| * | | wallet2: detect multiple outputs from a tx to different subaddressesmoneromooo-monero2017-11-211-1/+1
| |/ /
* | | Merge pull request #2828Riccardo Spagni2017-12-021-2/+11
|\ \ \ | |_|/ |/| |
| * | wallet2: check generate_key_derivation return valuemoneromooo-monero2017-11-161-2/+11
| |/
* | Merge pull request #2824Riccardo Spagni2017-11-2513-39/+102
|\ \
| * | split wallet and wallet_apimoneromooo-monero2017-11-1613-39/+102
| |/
* | Merge pull request #2823Riccardo Spagni2017-11-253-27/+47
|\ \
| * | Add out-of-bound exceptions and handle them in RPCMichał Sałaban2017-11-153-27/+47
| |/
* | Merge pull request #2807Riccardo Spagni2017-11-251-1/+1
|\ \
| * | daemon & simplewallet: don't set max-concurrency when unspecifiedstoffu2017-11-161-1/+1
| |/
* | Merge pull request #2806Riccardo Spagni2017-11-251-1/+3
|\ \
| * | Fix false GCC warning '‘*((void*)& subaddr_account +4)’ may be used uniti...binaryFate2017-11-141-1/+3
* | | Merge pull request #2800Riccardo Spagni2017-11-251-102/+94
|\ \ \
| * | | wallet2: minimize the number of construct_tx callsmoneromooo-monero2017-11-151-95/+90
| * | | wallet2: cleanup some debug logsmoneromooo-monero2017-11-151-7/+4
| | |/ | |/|
* | | Merge pull request #2797Riccardo Spagni2017-11-251-10/+14
|\ \ \
| * | | wallet2: only add a dummy 0 output if there's one output otherwisemoneromooo-monero2017-11-131-10/+14
| | |/ | |/|
* | | Merge pull request #2368Riccardo Spagni2017-11-258-0/+384
|\ \ \
| * | | Spend proof without txkeystoffu2017-11-218-0/+384
* | | | Merge pull request #2788Riccardo Spagni2017-11-255-3/+158
|\ \ \ \
| * | | | wallet_rpc_server: new relay_tx commandmoneromooo-monero2017-11-244-0/+72
| * | | | wallet: transfer RPC can now return tx metadata (pending_tx)moneromooo-monero2017-11-243-3/+86
| |/ / /
* / / / fix for tx proof: use exception instead of error_str when signature gen failedstoffu2017-11-216-23/+9
|/ / /
* | | Merge pull request #2768Riccardo Spagni2017-11-202-5/+10
|\ \ \
| * | | Wallet RPC: Add prompt-for-password flagTim L2017-11-152-5/+10
| | |/ | |/|
* / | Tx proof (revised):stoffu2017-11-1811-171/+770
|/ /
* | simplewallet: wrong ns for input_line in sweep_single (fix #2634)stoffu2017-11-152-2/+1
* | Merge pull request #2773Riccardo Spagni2017-11-151-13/+12
|\ \
| * | Correct totals computationMichał Sałaban2017-11-081-13/+12
| |/
* | Merge pull request #2772Riccardo Spagni2017-11-151-1/+1
|\ \
| * | wallet2: typo fix in error messagemoneromooo-monero2017-11-071-1/+1
* | | Merge pull request #2634Riccardo Spagni2017-11-155-0/+167
|\ \ \
| * | | wallet: add sweep_single commandstoffu2017-11-155-0/+167
* | | | Merge pull request #2628Riccardo Spagni2017-11-151-42/+19
|\ \ \ \ | |/ / / |/| | |
| * | | wallet2: simplify incoming tx processing codemoneromooo-monero2017-11-141-42/+19
* | | | wallet2 bugfix: loading old m_unconfirmed_paymentsstoffu2017-11-151-3/+2
* | | | More missed readline dependencies thru scoped_message_writerHoward Chu2017-11-142-5/+2
* | | | Fix 437421ce42f1deaa7ec3f28c0c17aff519f1230dHoward Chu2017-11-141-1/+1
* | | | CMake: include RPC when building GUI depsanonimal2017-11-141-33/+30
* | | | Merge pull request #2739Riccardo Spagni2017-11-141-10/+17
|\ \ \ \
| * | | | wallet2: avoid growing the short history when refreshing in a loopmoneromooo-monero2017-11-141-10/+17