summaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
Commit message (Expand)AuthorAgeFilesLines
* simplewallet: new "fee" command to display fee informationmoneromooo-monero2017-08-291-20/+35
* wallet: new option to check/confirm txpool backlog when sendingmoneromooo-monero2017-08-261-0/+58
* Merge pull request #2258Riccardo Spagni2017-08-151-3/+20
|\
| * wallet2: improve refresh height determinationmoneromooo-monero2017-08-061-3/+20
* | Merge pull request #2252Riccardo Spagni2017-08-151-0/+4
|\ \
| * | wallet2: clear some missing containers in clear()moneromooo-monero2017-08-051-0/+4
| |/
* | Merge pull request #2240Riccardo Spagni2017-08-151-0/+9
|\ \
| * | wallet2: add a is_synced functionmoneromooo-monero2017-08-021-0/+9
| |/
* | Merge pull request #2238Riccardo Spagni2017-08-151-2/+19
|\ \
| * | Enable verifying wallet password with having to load wallet.m2049r2017-08-031-2/+19
| |/
* | Merge pull request #2233Riccardo Spagni2017-08-151-0/+8
|\ \
| * | wallet2: store testnet bool in keys fileJaquee2017-08-051-0/+8
| |/
* | Merge pull request #2205Riccardo Spagni2017-08-151-0/+1
|\ \
| * | wallet: return unlock_time in get_transfersmoneromooo-monero2017-08-021-0/+1
| |/
* | change mixin to ring size in user visible placesmoneromooo-monero2017-08-071-2/+2
* | Merge pull request #2203Riccardo Spagni2017-08-071-19/+37
|\ \
| * | wallet2: fix temporarily missing incoming tx when being minedmoneromooo-monero2017-08-051-19/+37
| |/
* / Fix spelling errorsErik de Castro Lopo2017-07-051-8/+8
|/
* wallet2: get current height from the daemon on creationmoneromooo-monero2017-06-261-5/+14
* wallet2: fix infinite loop on future refresh heightmoneromooo-monero2017-06-261-1/+1
* wallet: fix refresh_from_height setting on new walletmoneromooo-monero2017-06-261-3/+2
* Prevent crash if performing certain actions before wallet is initializedRobby Weinberg2017-06-031-0/+4
* 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
|\