summaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | updated copyright yearRiccardo Spagni2015-12-311-1/+1
* | wallet: add a rescan_bc command and rescan_blockchain RPCmoneromooo-monero2015-12-301-0/+15
* | wallet: protect against exceptions in the block pull threadmoneromooo-monero2015-12-301-13/+29
|/
* no longer need to pass the size to rapidjsonRiccardo Spagni2015-12-301-2/+2
* wallet: store cache to file without unnecessary memory buffermoneromooo-monero2015-12-291-6/+8
* fixed missing parenthesisRiccardo Spagni2015-12-241-1/+1
* fix for 'failed to generate new wallet: failed to save file' error during wal...Lex Kalinkin2015-12-241-3/+5
* Allow the wallet to access hard fork informationmoneromooo-monero2015-12-191-1/+36
* Merge pull request #544Riccardo Spagni2015-12-181-2/+2
|\
| * replace std::auto_ptr with std::unique_ptrmoneromooo-monero2015-12-171-2/+2
* | wallet: save to a temporary file, then renamemoneromooo-monero2015-12-171-1/+14
|/
* wallet: make the wallet refresh type a wallet settingmoneromooo-monero2015-12-051-0/+13
* wallet: default auto-refresh to true for old walletsmoneromooo-monero2015-12-051-0/+1
* wallet2: default auto-refresh to true for preexisting walletsmoneromooo-monero2015-11-301-1/+1
* wallet: cancellable refreshmoneromooo-monero2015-11-291-0/+1
* Merge pull request #509Riccardo Spagni2015-11-301-0/+8
|\
| * wallet2: remove confirmed transactions from detached blocksmoneromooo-monero2015-11-291-0/+8