summaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Only log 1/N skipped blocksHoward Chu2016-04-291-2/+4
| * | | | Move refresh height to keys file from cache fileHoward Chu2016-04-291-0/+6
| * | | | Make fast_refresh interruptibleHoward Chu2016-04-291-2/+3
* | | | | add a --max-concurrency flagmoneromooo-monero2016-04-281-2/+2
|/ / / /
* | | | wallet: allow attaching notes to txidsmoneromooo-monero2016-04-261-0/+13
* | | | wallet: add GMT timestamps to transfers/paymentsmoneromooo-monero2016-04-261-5/+8
* | | | Merge pull request #815Riccardo Spagni2016-04-261-0/+127
|\ \ \ \
| * | | | wallet: add a new sweep_all command and RPC commandmoneromooo-monero2016-04-191-0/+127
| | |_|/ | |/| |
* | | | Merge pull request #814Riccardo Spagni2016-04-261-4/+12
|\ \ \ \
| * | | | modified: src/wallet/wallet2.cppawfulcrawler2016-04-181-3/+4
| * | | | modified: src/simplewallet/simplewallet.cppawfulcrawler2016-04-181-4/+11
| |/ / /
* / / / Add GET_HASHES_FAST rpc, use it in walletHoward Chu2016-04-171-0/+87
|/ / /
* | | Merge pull request #784Riccardo Spagni2016-04-141-0/+1
|\ \ \
| * | | Fix potential race with parallel processing of txes/signatures/blocksmoneromooo-monero2016-04-021-0/+1
* | | | Merge pull request #783Riccardo Spagni2016-04-141-53/+36
|\ \ \ \
| * | | | wallet: better output selection for transfer/transfer_newmoneromooo-monero2016-04-021-53/+36
| |/ / /
* / / / rpc: add a do_not_relay boolean to tx submissionmoneromooo-monero2016-04-051-0/+1
|/ / /
* | | Merge pull request #769Riccardo Spagni2016-04-021-21/+36
|\ \ \
| * | | wallet: make load_keys check types when loading JSONmoneromooo-monero2016-03-271-21/+36
* | | | Merge pull request #767Riccardo Spagni2016-04-021-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Convey tx verification failure reasons to the RPC clientmoneromooo-monero2016-03-271-1/+1
* | | | wallet: fix --generate-from-keys saving as watch onlymoneromooo-monero2016-03-281-1/+1
| |/ / |/| |
* | | wallet: pass std::function by const ref, not valuemoneromooo-monero2016-03-261-1/+1
* | | wallet: do not leak owned amounts to the daemon unless --trusted-daemonmoneromooo-monero2016-03-261-4/+5
* | | wallet: change sweep_dust to sweep_unmixablemoneromooo-monero2016-03-261-13/+91
* | | wallet: handle rare case where fee adjustment can bump to the next kBmoneromooo-monero2016-03-261-2/+3
* | | wallet: factor fee calculationmoneromooo-monero2016-03-261-22/+11
|/ /
* | wallet: add a --generate-from-json flagmoneromooo-monero2016-03-251-1/+1
* | Revert "Print stack trace upon exceptions"moneromooo-monero2016-03-211-3/+2
* | Print stack trace upon exceptionsmoneromooo-monero2016-03-191-2/+3
|/
* Wallet::store_to(path, password) implemented;Ilya Kitaev2016-03-161-0/+72
* Wallet::setPassword() method for wallet2_apiIlya Kitaev2016-03-161-0/+10
* Use boost::thread instead of std::threadHoward Chu2016-03-111-5/+5
* simplewallet: add a new --restore-from-keys optionmoneromooo-monero2016-02-221-0/+35
* wallet: clear missing data on rescan_bcmoneromooo-monero2016-02-151-0/+4
* wallet: check a key image isn't already present when adding onemoneromooo-monero2016-02-051-12/+49
* Revert "Merge pull request #632"Riccardo Spagni2016-01-311-9/+1
* Merge pull request #634Riccardo Spagni2016-01-311-2/+10
|\
| * wallet: forbid dust altogether in output selection where appropriatemoneromooo-monero2016-01-311-2/+10
* | Merge pull request #633Riccardo Spagni2016-01-311-0/+2
|\ \
| * | wallet: guard against exception in process_blocksmoneromooo-monero2016-01-301-0/+2
| |/
* | Merge pull request #632Riccardo Spagni2016-01-311-1/+9
|\ \
| * | wallet: guard against exception in process_blocksmoneromooo-monero2016-01-301-1/+9
| |/
* / wallet: detect and handle failed outgoing transfersmoneromooo-monero2016-01-291-1/+64
|/
* Fix V1/V2 use of hard fork related parametersmoneromooo-monero2016-01-291-4/+8
* wallet2: update spent comparison now that we have two spent statesmoneromooo-monero2016-01-241-1/+1
* wallet2: decide at runtime which upper tx size to usemoneromooo-monero2016-01-101-4/+16
* rpc: is_key_image_spent now checks the tx pool toomoneromooo-monero2016-01-051-3/+3
* Merge pull request #584Riccardo Spagni2015-12-311-1/+3
|\
| * wallet: don't forget to close the file after storing cachemoneromooo-monero2015-12-311-1/+3