aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2058Riccardo Spagni2017-06-011-4/+4
|\
| * fix get_upper_transaction renameschnerchi2017-05-311-4/+4
* | Merge pull request #2036Riccardo Spagni2017-05-301-0/+4
|\ \ | |/ |/|
| * wallet2: check key image validity domain in import_key_imagesmoneromooo-monero2017-05-181-0/+4
* | Merge pull request #2022Riccardo Spagni2017-05-301-2/+2
|\ \
| * | Correct spelling of 'get_upper_transaction_size_limit'Nano Akron2017-05-091-1/+1
| * | Remove the 1.25x multiplier in max transaction size in just the walletNano Akron2017-05-091-1/+1
| |/
* | Merge pull request #2020Riccardo Spagni2017-05-301-0/+3
|\ \
| * | wallet fix: ensure iterator to be validstoffu2017-05-091-0/+3
| |/
* / wallet2: fix sweep_unmixable assuming wrong minimum mixin at v5moneromooo-monero2017-05-071-2/+2
|/
* wallet: add sweep_below functionmoneromooo-monero2017-04-241-5/+8
* Merge pull request #1996Riccardo Spagni2017-04-241-3/+3
|\
| * wallet2: refer to triangular distribution for recent zone in commentmoneromooo-monero2017-04-221-1/+1
| * wallet2: bias fake outs more towards recent outputsmoneromooo-monero2017-04-221-2/+2
* | Merge pull request #1989Riccardo Spagni2017-04-241-1/+1
|\ \
| * | wallet2: fix removal of wrong txes from unconfirmed_paymentsmoneromooo-monero2017-04-171-1/+1
| |/
* | Merge pull request #1976Riccardo Spagni2017-04-241-3/+5
|\ \
| * | wallet2: fix --generate-from-json in RPC modemoneromooo-monero2017-04-141-3/+5
| |/
* | Merge pull request #1961Riccardo Spagni2017-04-241-8/+20
|\ \
| * | wallet2: fix spurious output splitting when not merging destinationsmoneromooo-monero2017-04-081-8/+20
* | | Merge pull request #1959Riccardo Spagni2017-04-241-1/+1
|\ \ \
| * | | wallet2: mention escaping/quoting --password in help stringmoneromooo-monero2017-04-061-1/+1
| |/ /
* | / Resolve #92 add ability to create wallets thru RPCHoward Chu2017-04-111-0/+6
| |/ |/|
* | wallet2: do not go over the target tx size if many destinationsmoneromooo-monero2017-04-021-12/+12
|/
* 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
|/