summaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.cpp
Commit message (Expand)AuthorAgeFilesLines
* wallet: option to merge destinationsmoneromooo-monero2017-03-251-1/+26
* Merge pull request #1921Riccardo Spagni2017-03-251-1/+1
|\
| * Fixed typo in CLI wallet help messageDerek Zhang2017-03-241-1/+1
* | wallet: try to save large outputs when using an unneeded second inputmoneromooo-monero2017-03-241-1/+65
|/
* Transfer helpAkademik Prokhor Zakharov2017-03-221-2/+2
* wallet: fix set_log not handling 0,xxx style settingsmoneromooo-monero2017-03-211-15/+1
* Merge pull request #1886Riccardo Spagni2017-03-181-5/+0
|\
| * simplewallet: allow setting tx priority in watch walletsmoneromooo-monero2017-03-181-5/+0
* | Merge pull request #1883Riccardo Spagni2017-03-181-2/+2
|\ \
| * | use const references in catch blocksmoneromooo-monero2017-03-181-2/+2
| |/
* / simplewallet: catch case where no transactions are mademoneromooo-monero2017-03-181-1/+7
|/
* Add intervening v5 fork for increased min block sizemoneromooo-monero2017-03-151-6/+6
* wallet: add password commandmoneromooo-monero2017-03-051-3/+4
* Merge pull request #1826Riccardo Spagni2017-03-031-1/+45
|\
| * allow user I/O in millinero, micronero, nanonero, piconeromoneromooo-monero2017-03-021-1/+45
* | Merge pull request #1820Riccardo Spagni2017-03-031-7/+7
|\ \
| * | Add support for the wallet to refresh pruned blocksmoneromooo-monero2017-02-271-7/+7
| |/
* / wallet: fix --log-file not workingmoneromooo-monero2017-02-281-1/+2
|/
* simplewallet: updated help message for 'set ask-password'kenshi842017-02-241-1/+1
* Merge pull request #1765Riccardo Spagni2017-02-221-8/+7
|\
| * Add support for smart mining through wallet.Dion Ahmetaj2017-02-211-8/+7
* | update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|/
* simplewallet: validate hex input sizemoneromooo-monero2017-02-141-9/+9
* Merge pull request #1698Riccardo Spagni2017-02-111-0/+6
|\
| * simplewallet: print error when address is wrongkenshi842017-02-081-0/+6
* | Merge pull request #1689Riccardo Spagni2017-02-111-1/+1
|\ \
| * | Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett2017-02-061-1/+1
| |/
* / extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-1/+1
|/
* Merge pull request #1665Riccardo Spagni2017-02-041-6/+1
|\
| * simplewallet: cleanupmoneromooo-monero2017-02-021-5/+0
| * simplewallet: fix build (unqualified type not in current scope)moneromooo-monero2017-02-021-1/+1
* | Merge pull request #1640Riccardo Spagni2017-02-041-0/+42
|\ \ | |/ |/|
| * simplewallet: option to always ask password for any crytical operationskenshi842017-02-031-0/+42
* | Merge pull request #1645Riccardo Spagni2017-02-021-29/+2
|\ \
| * | Factor is_address_local code into a tools functionmoneromooo-monero2017-01-281-29/+2
| |/
* | Merge pull request #1639Riccardo Spagni2017-02-021-0/+27
|\ \
| * | Add change_password for simplewalletAshley Perpetual2017-01-291-0/+27
| |/
* | Merge pull request #1629Riccardo Spagni2017-02-021-6/+7
|\ \
| * | Updates to epee HTTP client codeLee Clagett2017-01-251-6/+7
| |/
* / moved get_account_address_from_str_or_url from libcommon to libcryptonote_corekenshi842017-01-241-5/+5
|/
* Merge pull request #1599Riccardo Spagni2017-01-201-8/+8
|\
| * wallet: print exception message on get_random_outs_errormoneromooo-monero2017-01-201-8/+8
* | simplewallet: use MAKE_CORE_RPC_VERSION(1,4) instead of 0x10004kenshi842017-01-181-1/+1
|/
* Merge pull request #1569Riccardo Spagni2017-01-151-16/+64
|\
| * specify restore height by YYYY-MM-DD formatkenshi842017-01-161-16/+64
* | Change logging to easylogging++moneromooo-monero2017-01-161-32/+38
|/
* Merge pull request #1562Riccardo Spagni2017-01-131-78/+9
|\
| * Move key image export/import functions to wallet2Jaquee2017-01-131-78/+9
* | Merge pull request #1559Riccardo Spagni2017-01-131-0/+5
|\ \
| * | Wallet2 + API: Callbacks for unconfirmed transfersJaquee2017-01-121-0/+5