summaryrefslogtreecommitdiff
path: root/src/wallet
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #769Riccardo Spagni2016-04-022-22/+37
|\
| * wallet: make load_keys check types when loading JSONmoneromooo-monero2016-03-272-22/+37
* | Merge pull request #767Riccardo Spagni2016-04-022-2/+9
|\ \
| * | Convey tx verification failure reasons to the RPC clientmoneromooo-monero2016-03-272-2/+9
* | | 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-262-2/+2
* | wallet: do not leak owned amounts to the daemon unless --trusted-daemonmoneromooo-monero2016-03-264-7/+10
* | wallet: change sweep_dust to sweep_unmixablemoneromooo-monero2016-03-264-16/+106
* | 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-252-4/+10
* Revert "Print stack trace upon exceptions"moneromooo-monero2016-03-213-5/+2
* Print stack trace upon exceptionsmoneromooo-monero2016-03-193-2/+5
* Wallet::store_to(path, password) implemented;Ilya Kitaev2016-03-165-17/+113
* Wallet::address implementedIlya Kitaev2016-03-162-0/+7
* WalletManager::recoveryWallet implementedIlya Kitaev2016-03-162-5/+42
* Wallet::setPassword() method for wallet2_apiIlya Kitaev2016-03-164-9/+58
* changes in wallet2_api + implemented WalletManager::openWalletIlya Kitaev2016-03-162-28/+130
* get_seed() included to interfaceIlya Kitaev2016-03-162-14/+31
* tests for wallet2_apiIlya Kitaev2016-03-163-6/+40
* wallet2 public api. initial commitIlya Kitaev2016-03-163-2/+227
* wallet: use minimum mixin when RPC asks for too low mixinmoneromooo-monero2016-03-111-3/+13
* wallet_rpc_server: make use_fork_rules publicmoneromooo-monero2016-03-111-1/+2
* Use boost::thread instead of std::threadHoward Chu2016-03-113-6/+7
* get_payments short IDluigi11112016-03-051-8/+17
* simplewallet: add a new --restore-from-keys optionmoneromooo-monero2016-02-222-0/+45
* 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-312-5/+14
|\
| * wallet: forbid dust altogether in output selection where appropriatemoneromooo-monero2016-01-312-5/+14
* | 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-293-2/+81
|/
* Fix V1/V2 use of hard fork related parametersmoneromooo-monero2016-01-292-5/+9
* 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-102-6/+20
* 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-318-8/+8
* | wallet: add a rescan_bc command and rescan_blockchain RPCmoneromooo-monero2015-12-305-0/+56
* | wallet: protect against exceptions in the block pull threadmoneromooo-monero2015-12-302-14/+30
|/
* no longer need to pass the size to rapidjsonRiccardo Spagni2015-12-301-2/+2
* Merge pull request #575Riccardo Spagni2015-12-301-6/+8
|\
| * wallet: store cache to file without unnecessary memory buffermoneromooo-monero2015-12-291-6/+8
* | wallet_rpc_server: exit async, so we reply to stop_wallet RPCmoneromooo-monero2015-12-282-1/+11
* | wallet: do not return error if incoming_transfers finds nonemoneromooo-monero2015-12-281-5/+0
|/