summaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
Commit message (Expand)AuthorAgeFilesLines
* wallet: option to merge destinationsmoneromooo-monero2017-03-251-4/+10
* wallet: try to save large outputs when using an unneeded second inputmoneromooo-monero2017-03-241-1/+30
* core, wallet: faster tx pool scanningmoneromooo-monero2017-03-231-78/+83
* Merge pull request #1903Riccardo Spagni2017-03-211-1/+20
|\
| * wallet2: cache which pool txes were scanned alreadymoneromooo-monero2017-03-211-1/+20
* | Merge pull request #1899Riccardo Spagni2017-03-211-4/+40
|\ \ | |/ |/|
| * wallet2: speed up transactions using remote nodesmoneromooo-monero2017-03-201-4/+40
* | wallet2: start using new fee priorities at v5, not 14 days laermoneromooo-monero2017-03-201-1/+1
|/
* wallet2: call is_key_image_spent in blocks in rescan_spentmoneromooo-monero2017-03-181-20/+23
* Add intervening v5 fork for increased min block sizemoneromooo-monero2017-03-151-14/+35
* Merge pull request #1846Riccardo Spagni2017-03-061-2/+2
|\
| * wallet: add password commandmoneromooo-monero2017-03-051-2/+2
* | Revert "wallet: fix insertion of pool transactions"moneromooo-monero2017-03-041-1/+1
|/
* use txid in wallet2::process_new_transaction()Jaquee2017-03-031-1/+1
* Merge pull request #1826Riccardo Spagni2017-03-031-0/+15
|\
| * allow user I/O in millinero, micronero, nanonero, piconeromoneromooo-monero2017-03-021-0/+15
* | Merge pull request #1823Riccardo Spagni2017-03-031-1/+1
|\ \
| * | wallet: fix insertion of pool transactionsmoneromooo-monero2017-02-281-1/+1
| |/
* | Add support for the wallet to refresh pruned blocksmoneromooo-monero2017-02-271-42/+56
* | wallet: invalidate node proxy cache when reconnectingmoneromooo-monero2017-02-271-0/+1
|/
* add rpc timeouts to calls that might timeoutRiccardo Spagni2017-02-241-4/+4
* wallet2: fix wrong status on daemon shutdown/startupJaquee2017-02-231-1/+5
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
* Merge pull request #1749Riccardo Spagni2017-02-211-5/+5
|\
| * wallet2: fix failure to send (relatedness check in wrong case)moneromooo-monero2017-02-191-5/+5
* | simplewallet: validate hex input sizemoneromooo-monero2017-02-141-3/+3
|/
* Merge pull request #1689Riccardo Spagni2017-02-111-3/+18
|\
| * Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett2017-02-061-3/+18
* | Merge pull request #1686Riccardo Spagni2017-02-111-10/+10
|\ \
| * | wallet2: fix transactions not considering rct inputsmoneromooo-monero2017-02-061-10/+10
* | | extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-2/+2
|/ /
* / wallet2::init() - disconnect before init if connectedJaquee2017-02-041-0/+2
|/
* Merge pull request #1640Riccardo Spagni2017-02-041-0/+6
|\
| * simplewallet: option to always ask password for any crytical operationskenshi842017-02-031-0/+6
* | Merge pull request #1652Riccardo Spagni2017-02-021-1/+1
|\ \
| * | Changed console output for transaction from L0 to L1NanoAkron2017-01-301-1/+1
| |/
* | Merge pull request #1647Riccardo Spagni2017-02-021-1/+2
|\ \
| * | wallet2: fix corner case failing to send a second outputmoneromooo-monero2017-01-281-1/+2
| |/
* | Merge pull request #1634Riccardo Spagni2017-02-021-3/+3
|\ \
| * | Fix invalid + of std::string and intTimothy D. Prime2017-01-261-3/+3
| |/
* | Merge pull request #1629Riccardo Spagni2017-02-021-27/+20
|\ \
| * | Updates to epee HTTP client codeLee Clagett2017-01-251-27/+20
| |/
* / Replace BOOST_FOREACH with C++11 ranged forMiguel Herranz2017-01-221-23/+23
|/
* wallet2: fix sending a rct tx with a single output availablemoneromooo-monero2017-01-221-3/+50
* wallet: add a node RPC cache layer for simple RPC callsmoneromooo-monero2017-01-161-77/+42
* wallet2: reuse fake outs when adjusting fee on transfermoneromooo-monero2017-01-161-21/+45
* Merge pull request #1569Riccardo Spagni2017-01-151-0/+86
|\
| * specify restore height by YYYY-MM-DD formatkenshi842017-01-161-0/+86
* | Change logging to easylogging++moneromooo-monero2017-01-161-3/+6
|/
* Merge pull request #1561Riccardo Spagni2017-01-151-3/+3
|\